cURL
curl --request GET \ --url https://api.decodahealth.com/admin/locations/{location_id} \ --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>", "dosespotClinicId": "<string>", "dosespotClinicKey": "<string>", "externalId": "<string>", "description": "<string>", "phoneNumber": "<string>", "photoUrl": "<string>", "reviewLink": "<string>", "updatedDate": "2023-11-07T05:31:56Z", "latitude": 123, "longitude": 123, "isArchived": false }
The tenant you are making this request on behalf of
Your api key
Successful Response