Skip to main content
GET
Test API endpoint
This is a test endpoint. Use it to test your API key and ensure that it is working correctly. For a complete guide on getting started with the API, see the Quick Start page.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

status
string
required

Status of the test

Example:

"OK"

message
string
required

Message of the test

Example:

"Test connection successful"