Authentication
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
Header
curl --request POST \
--url https://production.trackstarhq.com/link/token \
--header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
"link_token": "your_link_token"
}
Headers
x-trackstar-api-key
string
requiredYour organization-level Trackstar API key.
Response
200 - application/json
link_token
string
requiredThe link token that is required to initiate the react-trackstar-link
component.
curl --request POST \
--url https://production.trackstarhq.com/link/token \
--header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
"link_token": "your_link_token"
}