Authentication

Validate API Key

get/validate

Response

Response with Api key details

namestring required
expires_atstring nullable required
companystring required
statusstring required

Example response

{
  "name": "my-api-key",
  "expires_at": "1704081600000",
  "company": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "status": "active"
}

Changes