Skip to main content
GET
/
calendar
/
locations
Get Locations
curl --request GET \
  --url https://api.decodahealth.com/calendar/locations \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "isVirtual": true,
    "name": "<string>",
    "timezone": "<string>",
    "addressLineOne": "<string>",
    "addressLineTwo": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zipCode": "<string>",
    "country": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "spakinectLocationId": "<string>",
    "description": "<string>",
    "phoneNumber": "<string>",
    "photoUrl": "<string>",
    "reviewLink": "<string>",
    "updatedDate": "2023-11-07T05:31:56Z",
    "latitude": 123,
    "longitude": 123,
    "taxes": []
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

id
string
required
isVirtual
boolean
required
name
string
required
timezone
string
required
addressLineOne
string | null
addressLineTwo
string | null
city
string | null
state
string | null
zipCode
string | null
country
string | null
createdDate
string<date-time> | null
spakinectLocationId
string | null
description
string | null
phoneNumber
string | null
photoUrl
string | null
updatedDate
string<date-time> | null
latitude
number | null
longitude
number | null
taxes
TaxSummary · object[]