Authentication
Validate API Key
get/validate
Response
Response with Api key details
Example response
{
"name": "my-api-key",
"expires_at": "1704081600000",
"company": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
"status": "active"
}Response with Api key details
{
"name": "my-api-key",
"expires_at": "1704081600000",
"company": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
"status": "active"
}