Skip to main content
GET
cURL

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Public identifier of the account whose links to list.

Required string length: 14 - 42

Query Parameters

page_size
integer<int32>
default:20

Maximum number of results to return. Defaults to 20 if omitted; max 25.

Required range: 1 <= x <= 25
page_token
string

Opaque page token returned by a previous response. Omit to start from the first page. When present, the token is scoped to this endpoint, the account and the requesting principal, carries the page size, and causes any valid page_size value to be ignored.

Required string length: 1 - 256

Response

Successful response

data
Bank link · object[]

Bank Links for the account, ordered by link time descending.

next_page_token
string

Opaque token for the next page of results. Absent if there are no more results.

Required string length: 1 - 256