Management
Create Link Token
Creates a temporary link token that is required to initiate the react-trackstar-link
component.
See the Getting Started guide for more details.
POST
Headers
Your organization-level Trackstar API key.
Example:
"<x-trackstar-api-key>"
Body
application/json
An optional existing connection ID. If provided, the connection is reinstalled instead of a new connection being created.
Example:
"existing_connection_id"
Response
200
application/json
Successful response
The link token that is required to initiate the react-trackstar-link
component.
Example:
"your_link_token"