IBANs by Broker
Return the list of Ibans of all the Creditor Institutions intermediated by the Broker
Authorizations
Ocp-Apim-Subscription-KeystringRequired
The Azure Subscription Key to access this API.
Path parameters
brokerCodestringRequired
Broker Code to use as filter for the retrieved ibans list
Query parameters
limitinteger · int32 · max: 100OptionalDefault:
Number of elements on one page. Default = 10
10pageinteger · int32Required
Page number. Page value starts from 0
Header parameters
X-Request-IdstringOptional
This header identifies the call, if not passed it is self-generated. This ID is returned in the response.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
403
Forbidden
404
ibans for the brokerCode not found
application/json
429
Too many requests
500
Service unavailable
application/json
get
/brokers/{brokerCode}/ibansLast updated