v1
latestOpenAPI 3.1.02026-07-22802,2441.7 MBAuth
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-keystring required
Example:<x-trackstar-api-key>
Your organization-level Trackstar API key.
Request body
Example request
{
"connection_id": "existing_connection_id"
}Response
Successful response
Example response
{
"link_token": "your_link_token"
}