Create Link Token
Admin API Reference
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
Create Link Token
Documentation Index
Fetch the complete documentation index at: https://docs.trackstarhq.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Successful response
The link token that is required to initiate the react-trackstar-link component.
Example:
"your_link_token"