cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/{customerID}/plaid_link_requests \ --header 'Api-Key: <api-key>'
201
PlaidLinkRequestSuccessResponse
{ "link_token": "plaid_link_token_123", "link_token_expires_at": "2023-03-23T03:22:34.086Z", "callback_url": "https://api.bridge.xyz/v0/plaid_exchange_public_token/plaid_link_token_123"}
A UUID that uniquely identifies a resource
1 - 42
Plaid Link token generated
The response is of type object.
object
Was this page helpful?