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" }
Documentation IndexFetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
A UUID that uniquely identifies a resource
1 - 42
[a-z0-9]*
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?