The Authentication endpoint is used to retrieve the token needed to call the application endpoints. A token is granted when a user calls the Authentication endpoint and submits a matching Client ID and Client Secret pair. For more information about authentication, please refer to the Merchant Boarding API Integration Guide.
Get Authentication Token
post /oauth/token
Request Schema
grant_type required
Type
stringExample
client_credentialsLoading...
scope required
Type
stringExample
allLoading...
client_id required
Type
stringExample
example_sandboxLoading...
client_secret required
Type
stringLoading...
Example Request
Example Response
201 Returns Authentication Token Data