Utilities
timezone
Example code to call this method:
Example response:
{
"object": "timezone",
"timezone": "America\/Los_Angeles",
"now": "2026-07-25T09:24:13+00:00"
}
Get the timezone of your school. All dates and times returned by the API will be in this timezone. Includes a representation of the current time.
HTTP Request
GET /timezone
Parameters
None
Permissions
Any role may call this method.
show example webhook payload
Example response:
{}
This method returns an example JSON payload of a Webhook coming from Populi triggered by a specified type of Automation. Replace :trigger_abbrv in the URL with the trigger type abbreviation (e.g. person_created).
HTTP Request
GET /webhooks/examples/:trigger_abbrv
Parameters
No additional parameters are needed beyond the ID of the object being requested that appears in the URL.
Permissions
One of the following roles is required to call this method:
- Staff
- Development