The Tokens endpoints are used to obtain and manage tokens from Link. A public_token
is returned whenever a merchant successfully shares their data with you through Link. However, the public_token
cannot be used directly with our API. It must be exchanged for an access_token
via the Tokens endpoints.
See Token Exchange to better understand the token flow.
Token Properties
Property | Type | Description |
---|---|---|
client_id | string | Rutter Client ID found in the Rutter Dashboard. |
secret | string | Rutter Client Secret found in the Rutter Dashboard. |
public_token | string | The public token returned after a connection is established. See Token Exchange for more info. |