Skip to main content
GET
Get information about your 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.

Authorizations

apikey
string
header
required

Your authorization key header

Response

200 - application/json

Ok

status
integer

The HTTP status of the response

message
string

Descriptive message about the current state of the API

version
string

The current version of the API

swagger
string

URL to the API's Swagger documentation

manager
string

URL to the API manager

documentation
string

URL to the detailed API documentation