v1

latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KB
Auth

Create API Key

Validate clientId and clientSecret and return an API Key

post/auth

Request body

clientIdstring uuid required

Client id

clientSecretstring required

Client secret

Example request

{
  "clientId": "f8c9b8f0-b8e2-4f0f-b8e2-4f0f8e2f0f8e2",
  "clientSecret": "UZzp2n7eMThpfZ74Xf7"
}

Response

API Key generated

apiKeystring required

Authentication key for the API

Example response

{
  "apiKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}