Sites

A Site is a logical separation of Channels - usually this is geographic and defines the location of a collection of Channels.

Example: A Site would typically represent a co-working building or University campus

Account admins can be limited to only view or edit specific Sites as needed.

Because access control a time based function, a site has a timezone override. If no timezone is provided, the parent account timezone is assumed.

List all sites

Scopes required : account.site.readonly

Returns a list of all sites in your account.

GET /api/3/sites

Example Response

[
    {
        "id": 396,
        "name": "London",
        "ip_address": "127.0.0.1",
        "time_zone": "London",
        "notes": "This is our first site"
    },
    {
        "id": 438,
        "name": "New York",
        "ip_address": "127.0.0.1",
        "time_zone": "EST",
        "notes": "This is our first North American site."
    }
]

Remember that this endpoint might be paginated