Merchant Access
POST {{authUrl}}/api/oauth/token
Generate an access token with a 4 hour expiry time out that is restricted to the entity specified.
Request Body
{"clientId"=>"{{clientId}}", "clientSecret"=>"{{clientSecret}}", "merchantId"=>"{{merchantId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"access_token":"xxx","token_type":"Bearer","expires_in":123}