v1

latestOpenAPI 3.0.32026-07-2484569553.1 KB
Accounts

Get Connected Accounts

Lists all connected accounts.

This API must be called using a client_credentials bearer token.

The endpoint returns a maximum of 50 items. Pagination will be supported in the future.

Items are ordered by type ascending, then id ascending.

get/v3/connected-accounts

Query parameters

cursorstring

cursor used for pagination purposes that represents the first item of the page. Returned as next_cursor in the response payload of endpoints supporting pagination. Not required to access the first page of items.

Example:bWFuZGF0ZXM6MmUwNDk0MTMK

Cursor used for pagination. Pass the next_cursor value from a previous response to retrieve the next page of results. Note: cursor-based pagination is not yet active; this parameter is accepted but has no effect in the initial release.

type'account' | 'card'

Filters results by resource type. Valid values are account and card.

Headers

Connection-Idstring required

The unique identifier of the data connection.

Tl-User-IPstring

Used to collect and record the end-user's IP address. The first IP address in the list will be used as the end-user IP address. Necessary to overcome 4 calls per day rate limits.

Response

Accounts