Skip to main content
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

Response

Success Response (201 Created)

Error Responses

400 Bad Request: Occurs when required parameters are missing or malformed. The response includes specific field-level validation errors. 401 Unauthorized: Triggered when authentication credentials are invalid or missing.
403 Forbidden: Returned when credentials lack sufficient permissions.