Skip to main content
POST
/
customers
/
{customerID}
/
plaid_link_requests
Generate a Plaid Link token for a customer
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/plaid_link_requests \
  --header 'Api-Key: <api-key>' \
  --header 'Idempotency-Key: <idempotency-key>'
{
  "link_token": "<string>",
  "link_token_expires_at": "2023-11-07T05:31:56Z",
  "callback_url": "<string>"
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

Plaid Link token generated

Link token generated via the Plaid Link SDK

Expiration time of the link token

callback_url
string

URL to call through Plaid Link Flow's onSuccess callback with the public token passed in the body of the request