Get an address

GET /api/v1/account/{account_uuid}/address/{uuid}

Path parameters

Responses

GET /api/v1/account/{account_uuid}/address/{uuid}
curl \
 -X GET https://api.plannrcrm.com/api/v1/account/account_uuid/address/uuid \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json"
Response examples (200)
{
  "name": "Work Address",
  "county": "Hampshire",
  "country": "United Kingdom",
  "primary": true,
  "postcode": "PO7 7YH",
  "address_1": "Suite E, 5 The Briars",
  "address_2": "Waterberry Drive",
  "address_3": "The Innovative Centre",
  "address_4": "Waterlooville",
  "town_city": "Waterlooville",
  "created_at": "2024-10-16T11:10:13+01:00",
  "updated_at": "2024-10-16T11:10:13+01:00"
}