Retrieve a Link Token
Account Links
Retrieve a Link Token
Exchange a bridge public token for a link access token
POST
Retrieve a Link Token
Description
This endpoint exchanges a bridge public token for a link access token, facilitating the connection between the Bridge SDK and the API. The operation enables developers to convert a public token generated by the Bridge interface into a functional access token for API operations.Authentication
Required Credentials:- Client ID (header)
- Access Key (header)
Request Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
public_token | string | Yes | The token received from the Bridge after user connection |