v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBOAuth
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
post/v1/oauth/token
Headers
X-Publishable-Keystring
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.