Authentication

The authentication endpoint validates the status of your API key. If the API key is valid, it shows details of the key including when the key expires.

Validate API Key

SecuritybearerAuth
Responses
200

Response with Api key details

401

No or invalid API key provided to the request

500

Error occurred while validating the API key

get/validate
Request samples
Response samples
application/json
{
  • "name": "my-api-key",
  • "expires_at": "1704081600000",
  • "company": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  • "status": "active"
}