Authentication

This section will contain a more detailed description soon. For the time being, you can feel free to rely on the auto-generated information to get started!

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