List addresses
Returns a list of addresses associated with a given account.
GET
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
The term to search the records for.
Maximum string length:
100Example:
"Cesar+Treutel"
The type to filter addresses by. Use commas to pass multiple values. Has to be URL encoded.
Available options:
registered, office Example:
"registered,office"
The format to return the addresses in.
Available options:
iso20022 Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
- Option 1
- Option 2
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
cURL