Skip to main content
POST
Create Link Token

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-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.

Example:

"existing_connection_id"

Response

Successful response

The link token that is required to initiate the react-trackstar-link component.

Example:

"your_link_token"