latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

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"
}