Exchange Token
Exchange an authorization code returned by an ignition.completed
event for an access token. Follow the Quickstart or see Ignition Events for more details.
Auth codes are single-use and expire after 10 minutes, while accessTokens do not expire.
Authorizations
Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all! Your secret will be matched with your client ID to authenticate your requests.
Headers
Your client ID. This will be shared with you during onboarding.
The client ID of the destination client. This is optional and only used by platform clients. See the Axle for Platforms guide for more information.
Body
The authorization code obtained after a user successfully connects their account via Ignition. Returned as a query parameter at the redirectUri.
Response
Indicates whether the operation was performed successfully.