Overview
Application tokens power shareable links for withdrawal widgets and account linking. Use the Liquidity API to list existing tokens and create new ones. All requests require a Bearer token obtained via Generate Access Token.List Application Tokens
GET{{LIQUIDITY_URL}}/v1/ext/application-tokenAuth: Bearer
{{accessToken}}
Returns a paginated list of application tokens for your business.
Response (200)
Response Fields
Create Application Token
POST{{LIQUIDITY_URL}}/v1/ext/application-tokenAuth: Bearer
{{accessToken}}
Creates a new application token for a withdrawal or account-linking widget.
Request
Request Body
Response (200)
Response Fields
Related
- Create Payout Link — Withdrawal widget with amount
- Create Linked Account Widget — Account-linking only (use
useLinkAccountPath: true)