Requires authentication
Address Management
Get Addresses
Retrieve list of addresses
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve list of addresses
GET /addresses
{
"success": true,
"data": [
{
"id": "uuid",
"street": "Main Street",
"city": "New York",
"country": "USA"
}
]
}
Was this page helpful?