Authentication
Authentication
Before accessing any endpoints, clients need to obtain an access token through the authentication process, using Username and Password The access token serves as a credential to authenticate the client’s requests to the API.
POST
Body
application/x-www-form-urlencoded
The username of the client.
The password associated with the username.
OAuth 2.0 grant type.
The scope of the access request.
The client ID.
The client secret.