cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/{customerID}/plaid_link_requests \ --header 'Api-Key: <api-key>' \ --header 'Idempotency-Key: <idempotency-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
Link token generated via the Plaid Link SDK
Expiration time of the link token
URL to call through Plaid Link Flow's onSuccess callback with the public token passed in the body of the request
Was this page helpful?