v3

latestOpenAPI 3.0.0Proprietary2026-08-041323140.2 KB
API Endpoints

Check API status

Work in progress — This endpoint is not yet available and will return an error if called.

Check API availability and validate authentication token.

This endpoint can be used to:

  • Verify that your authentication token is valid
  • Check API connectivity without performing any heavy operations

Returns a success response if the token is valid, or a 401 error if the token is invalid or missing.

get/status

Response

Token is valid and API is available

status'ok' required

API status indicator

Example response

{
  "status": "ok"
}