container
field in your request to drill down into a specific result.GET /user/addresses/find
endpoint with the address ID.curl --location --request POST 'https://api.managem.co.uk/user/addresses/lookup/find' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "34 Selborne Cl"
}'
[
{
"id": "GB|RM|A|10321882|ENG",
"description": "Petersfield GU32 2JB",
"type": "Address",
"text": "34 Selborne Close",
"highlight": "0-2,3-11,12-14"
}
]