Skip to main content
GET
/
organizations
List organizations
curl --request GET \
  --url https://api.helloannie.com/v1/organizations
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "Downtown Dental Clinic",
      "externalId": "location_001",
      "phone": "+1-555-123-4567",
      "timezone": "America/New_York",
      "address": {
        "addressLine1": "123 Main Street",
        "addressLine2": "Suite 200",
        "city": "Springfield",
        "state": "IL",
        "country": "US",
        "zip": "62701",
        "directions": "Enter through the back entrance"
      },
      "officeHours": [
        {
          "dayOfWeek": "MONDAY",
          "open": "09:00",
          "close": "17:00",
          "notes": "Lunch break 12:00-13:00"
        }
      ],
      "staff": [
        {
          "id": "550e8400-e29b-41d4-a716-446655440001",
          "name": "Dr. Jane Smith",
          "role": "DOCTOR",
          "bio": "Dr. Smith has over 15 years of experience in general dentistry",
          "isActive": true
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

external_id
string

Filter by external identifier

Response

200 - application/json

OK

data
object[]