Management
Exchange Auth Code
Exchanges a temporary authorization code for a permanent access token. See the Getting Started guide for more details.
POST
/
link
/
exchange
Headers
Your organization-level Trackstar API key.
Body
application/json
The authorization code returned from the frontend after a user installs an integration.
An identifier for your end customer.
Response
200 - application/json
The permanent access token for the integration used to make requests to the Trackstar API.
A unique connection ID for the integration.
The name of the integration that was installed.
An identifier for your end customer.
A list of actions that the integration supports.
DEPRECATED: Use available_actions
instead.