Exchange tokens

OAuth 2.0 token exchange (RFC 8693) allows apps to exchange a session token for an access token. The session token is only available for embedded apps and can be acquired using App Bridge.

This guide provides the endpoint and parameters for the token exchange API and explains how to implement token exchange manually.