curl --request GET \
--url https://api.zapthinker.com/ \
--header 'apikey: <api-key>'{
"status": 200,
"message": "Welcome to the ZapThinker API, it is working!",
"version": "1.7.4",
"swagger": "https://docs.zapthinker.com",
"documentation": "https://doc.zapthinker.com"
}Get information about the API
curl --request GET \
--url https://api.zapthinker.com/ \
--header 'apikey: <api-key>'{
"status": 200,
"message": "Welcome to the ZapThinker API, it is working!",
"version": "1.7.4",
"swagger": "https://docs.zapthinker.com",
"documentation": "https://doc.zapthinker.com"
}Documentation Index
Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Ok
The HTTP status of the response
Descriptive message about the current state of the API
The current version of the API
URL to the API's Swagger documentation
URL to the API manager
URL to the detailed API documentation