Retrieve an address
Retrieves an address, based on a given address ID.
GET
cURL
Authorizations
Path Parameters
The ID of the address to work with.
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The format to return the addresses in.
Available options:
iso20022 Response
200 - application/json
OK
- Option 1
- Option 2
The ID of the address.
The address type.
Example:
"office"
The first line of the address.
Required string length:
1 - 256Example:
"Great Building"
The city of the address.
Maximum string length:
256The postal or ZIP code of the address.
Maximum string length:
50Example:
"SE13UB"
The country of the address.
Maximum string length:
256Example:
"England"
The nickname of the address.
Maximum string length:
256Example:
"office"
The second line of the address.
Maximum string length:
256Example:
"Four Maple Street"
The third line of the address.
Maximum string length:
256Example:
"Southwark"
The name of the contact associated with the address.
Maximum string length:
256Example:
"Brian May"
ISO 3166-1 2 digit country code.
Maximum string length:
2Example:
"GB"
cURL