Generate OAuth access token
Authentication
Generate OAuth access token
Authenticate using client credentials (Basic Auth) and obtain a JWT access token for subsequent API calls. Basic Authentication automatically generates a string encoded in Base64 format by combining the client_id and client_secret with a colon separator.
POST
Generate OAuth access token
Authorizations
Basic authentication using Base64 encoded client_id:client_secret. Format: Authorization: Basic <base64(client_id:client_secret)>
Headers
Merchant API key
Response format
Body
application/json
Available options:
client_credentials Example:
"client_credentials"
