For the complete documentation index, see llms.txt. This page is also available as Markdown.

The Site Object

{
    "id": "8f2c1e5a-....",
    "name": "Downtown Clinic",
    "description": "",
    "address": "12 King St",
    "general_email": "downtown@example.org",
    "general_phone": "+15551234567",
    "website": "https://downtown.example.org"
}

This object represents a site within your organization. A site is typically represented as a location within a multi-site organization, but can be defined differently across organizations.

Response Object:

  • id: The unique UUID of the site.

  • name: The name of the site.

  • description: A short description of the site.

  • address: The address of the site.

  • general_email: The general email of the site.

  • general_phone: The general phone number of the site.

  • website: The website of the site.

Last updated