Exchange Auth Code
Exchanges a temporary authorization code for a permanent access token. See the Getting Started guide for more details.
Headers
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Body
The authorization code returned from the frontend after a user installs an integration.
"auth_code"
An identifier for your end customer.
"customer_id"
Response
The permanent access token for the integration used to make requests to the Trackstar API.
"your_permanent_access_token"
A unique connection ID for the integration.
"unique_connection_id"
The name of the integration that was installed.
"shipbob"
An identifier for your end customer.
"customer_id"
A list of actions that the integration supports.
Actions supported by the integration
["get_inventory", "get_products"]
DEPRECATED: Use available_actions
instead.
Endpoints supported by the integration
["GET /inventory", "GET /products"]