Returns a list of addresses associated with a given account.
OK
Bad request
Unauthorised
Forbidden
Not found
Method not allowed
Unsupported media type
Too many requests
Internal server error
{- "limit": 100,
- "offset": 200,
- "count": 67,
- "search": "string",
- "rows": [
- {
- "id": "55ddc56e-f605-49c6-9862-0e8b55fa368f",
- "type": "office",
- "nickName": "office",
- "addressLine1": "Great Building",
- "addressLine2": "Four Maple Street",
- "addressLine3": "Southwark",
- "addressContact": "Brian May",
- "city": "London",
- "postcode": "SE13UB",
- "country": "England"
}
]
}