Locations
object
Properties
Key | Type | Description |
---|---|---|
total | integer (int64) | The total number of Location records available. This could be greater than the number returned in the results if pagination is in use |
results | array (Location) | The list of Locations |
Example
{ "total": 1, "results": [ { "address_verified": true, "name": "John Lewis & Partners", "domain": "2hqh3aw8.loc.uk.to.co", "address": { "domain": "yyb7e4pd.a.uk.to.co", "line1": "171 Victoria Street", "line2": "London", "zip": "SW1E 5NN", "country_code": "GB" } } ] }