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
/
link
/
token
Headers
x-trackstar-api-key
string
requiredYour organization-level Trackstar API key.
Body
application/json
connection_id
string
An optional existing connection ID. If provided, the connection is reinstalled instead of a new connection being created.
Response
200 - application/json
link_token
string
requiredThe link token that is required to initiate the react-trackstar-link
component.