GET
/
v1
/
validate-organization
{
  "valid": true
}

This endpoint allows you to validate your organization’s API key. Use this to verify if your API key is valid and active.

Response

The endpoint returns a JSON object with a valid boolean field indicating whether the API key is valid.

{
  "valid": true
}

Headers

X-API-Key
string
required

API Key

Response

200
application/json
API key is valid
valid
boolean
required

Whether the API key is valid