Skip to main content
Requires authentication

Endpoint

GET /addresses/{id}

Response

{
  "success": true,
  "data": {
    "id": "uuid",
    "street": "Main Street",
    "city": "New York",
    "country": "USA"
  }
}