cURL
curl --request GET \ --url https://app.captureiq.ai/api/validateApiKey \ --header 'Authorization: Bearer <token>'
{ "status": true }
Validate the API key by checking if the provided authentication token is valid.
Bearer authentication header of the form Bearer .
API key is valid.
true