v1
latestOpenAPI 3.1.02026-07-241695611.0 MBAddress
Get Address
Get the details of a specific address.
get/addresses/{address_id}
Path parameters
address_idstring uuid required
The unique identifier of the address to fetch the details for.
Example:04b82cfa-49a2-46ee-a4bd-227e1d8afedf
The unique identifier of the address to fetch the details for.
Response
Response
Example response
{
"primary_number": "94941",
"street_name": "Harrison Drive",
"street_predirection": "North",
"street_postdirection": "South",
"street_suffix": "St",
"secondary_number": "517",
"secondary_designator": "Apartment",
"city": "Wilsonside",
"zipcode": "90210",
"latitude": 38.03012,
"longitude": 78.47665
}