cURL
curl --request GET \ --url https://api.otim.com/v0/ibans \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "iban_01JA1B2C3D4E5F6G7H8J9K0L", "entityId": "ent_01JA1B2C3D4E5F6G7H8J9K0L", "accountId": "acc_01JA1B2C3D4E5F6G7H8J9K0L", "iban": "GB29 NWBK 6016 1331 9268 19", "bic": "NWBKGB2L", "bankName": "Otim Financial Services", "currency": "EUR", "status": "active", "createdAt": "2025-01-15T12:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
Returns a paginated list of IBANs on your Platform.
API key prefixed with sk_.
sk_
Filter IBANs by Entity ID.
Filter IBANs by Account ID.
Pagination cursor from a previous response.
Number of items to return.
x <= 100
A paginated list of IBANs.
Show child attributes