Skip to main content
GET
List IBANs

Authorizations

Authorization
string
header
required

API key prefixed with sk_.

Query Parameters

entityId
string

Filter IBANs by Entity ID.

accountId
string

Filter IBANs by Account ID.

cursor
string

Pagination cursor from a previous response.

limit
integer
default:50

Number of items to return.

Required range: x <= 100

Response

A paginated list of IBANs.

data
object[]
hasMore
boolean
nextCursor
string | null