latestOpenAPI 3.1.02026-08-194786150.9 KB

ed9efc6a8a47

Authentication

Get Access Token

The Get Access Token endpoint exchanges client credentials for an access token using the OAuth 2.0 client credentials flow.

This endpoint accepts a client ID and client secret and returns an access token that can be used to authenticate API requests. The token follows standard OAuth 2.0 patterns.

post/oauth/token

Headers

Authorizationstring

Request body

clientIDstring required

The client ID for auth client credentials flow

clientSecretstring required

The client jwtSecret for auth client credentials flow

Response

OK

OR