OAuth Token Endpoint
Endpoint for receiving access, ID, and refresh tokens from Bolt's OAuth server.
To use this endpoint, first use the Authorization Code Request flow by using the authorization_code Grant Type (grant_type). Then, in the event that you would need a second or subsequent code, use the refresh_token value returned from a successful request as the refresh_token input value in your subsequent refresh_token Grant Type (grant_type) request.
Reminder - the Content-Type of this request must be application/x-www-form-urlencoded
Headers
The publicly viewable identifier used to identify a merchant division. This key is found in the Developer > API section of the Bolt Merchant Dashboard [RECOMMENDED].
Response
OAuth token response.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.