v14
OpenAPI 3.1.02026-08-03122113375.9 KBuser-addresses
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.
post/user/addresses/lookup/retrieve
Request body
Example request
{
"id": "GB|RM|A|10321882|ENG"
}Response
Retrieve a specific address