Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve a single address
GET /addresses/{id}
{
"success": true,
"data": {
"id": "uuid",
"street": "Main Street",
"city": "New York",
"country": "USA"
}
}
Was this page helpful?