---
title: "Generate a Plaid Link token for a customer"
method: POST
path: "/customers/{customerID}/plaid_link_requests"
tags: ["Plaid"]
---

# Generate a Plaid Link token for a customer

`POST /customers/{customerID}/plaid_link_requests`

## Path parameters

- `customerID` string, required — A UUID that uniquely identifies a resource

## Headers

- `Idempotency-Key` string, required

## Response `201`

Plaid Link token generated

- PlaidLinkRequest
  - `link_token` string — Link token generated via the Plaid Link SDK
  - `link_token_expires_at` string, date-time — 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

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
