Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
The Plaid link token from the link token response, used to identify the session
Body
The public token returned by Plaid Link after the customer successfully authenticates and selects an account.
"public-sandbox-12345678-1234-1234-1234-123456789012"
Optional Plaid account ID if the customer selected a specific account. If not provided, the default account will be used.
"plaid_account_id_123"
Response
Public token accepted and external account creation initiated. The platform will receive a webhook notification when the external account is ready.