v1

latestOpenAPI 3.0.02026-07-2673188210.8 KB
member-host

Get available host locations

get/api/v2/member/host/locations

Query parameters

pageinteger required

Starts at 0

pageSizeinteger required
Example:10
sortOrder'ASC' | 'DESC'
sortBy'name'

Field to sort by

Response

Example response

{
  "pagination": {
    "pageSize": 10,
    "totalCount": 1
  },
  "payload": [
    {
      "id": 5,
      "name": "Brooklyn Location",
      "timeZone": "America/New_York",
      "fullAddress": "96 North Country Club Street, Brooklyn, NY 11233",
      "address": "96 North Country Club Street",
      "city": "Brooklyn",
      "countryCode": "NY",
      "zipCode": "11233",
      "latitude": 40.6453448,
      "longitude": -74.0275687,
      "isPhysical": true
    }
  ]
}