Authentication

POST /third-parties/generate-token

Headers

NameValue

Content-Type

application/json

client-id

application-client-id

api-key

your-api-key

Response

{
  token: "Bearer <token>"
}

Last updated