curl --request GET \
--url https://api.decodahealth.com/admin/locations/list \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"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": []
}
],
"total": 123
}curl --request GET \
--url https://api.decodahealth.com/admin/locations/list \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"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": []
}
],
"total": 123
}The tenant you are making this request on behalf of
Your api key
asc, desc Successful Response
Show child attributes