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