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>'
{
"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"
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

201
application/json

Plaid Link token generated

The response is of type object.