Retrieve address details
Retrieve full structured address fields for a selected lookup result.
Use this endpoint as step 2 of the assisted lookup workflow, after POST /user/addresses/lookup/find.
How to use this endpoint:
- Call POST /user/addresses/lookup/find and let the user choose a specific address result.
- Send that result id to this endpoint.
- Use the returned structured fields to prefill or confirm the address form.
- Save the confirmed address with POST /user/addresses.
Behavior notes:
- This endpoint resolves data only; it does not create or update a saved address.
- The returned payload is intended to reduce manual entry errors and improve consistency.
- If the supplied id is invalid or unavailable, the request fails and the client should return to lookup.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of a specific address to retrieve
"GB|RM|A|10321882|ENG"
Response
Retrieve a specific address
Unique identifier for the address
Department or internal division
Company name associated with the address
Sub-building identifier (e.g., Apartment or Suite number)
Building number in the street
Name of the building
Secondary street address, if any
Primary street name
Block name or number
Neighbourhood or locality
District or borough
City or town
First line of the formatted address
Second line of the formatted address
Third line of the formatted address
Fourth line of the formatted address
Fifth line of the formatted address
Administrative area name (e.g., county or region)
Administrative area code
State or province name
State or province code
Postal or ZIP code
Full country name
ISO 3166-1 alpha-2 country code
ISO 3166-1 alpha-3 country code
ISO 3166-1 numeric country code
Primary sorting number (used in mail sorting)
Secondary sorting number (used in mail sorting)
Postal barcode for mail sorting
Post Office Box number
Formatted label for display
Type of address (e.g., Residential, Business, etc.)