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.
Response with Api key details
No or invalid API key provided to the request
Error occurred while validating the API key
{- "name": "my-api-key",
- "expires_at": "1704081600000",
- "company": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "status": "active"
}