Skip to main content

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-token
Auth: 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-token
Auth: Bearer {{accessToken}}
Creates a new application token for a withdrawal or account-linking widget.

Request

Request Body

Response (200)

Response Fields