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.
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.
{ "error": { "code": "authentication_failed", "message": "No such token" }}
403 Forbidden: Returned when credentials lack sufficient permissions.
{ "error": { "code": "not_authenticated", "message": "Authentication credentials were not provided." }}