Get Locations
Locations
Get Locations
Returns a list of locations associated with an account.
GET
Get Locations
Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Understanding Location IDs
Each location has two identifiers:-
id: Cobalt’s internal identifier (32-character UUID without hyphens)- Use when updating location settings like status
- Operations:
PATCH /v1/locations/{id}
-
ehr_id: Your EMR system’s location identifier- Use when creating appointments or other EMR operations
- Operations:
POST /v1/appointments(locationfield)
Quick Reference:
- Updating location settings → Use
id - Creating appointments → Use
ehr_id