Appearance
Create Site
Create a new site within a tenant or division. Requires the SITE_MANAGEMENT feature flag and ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.name* | string | The display name of the new site |
body.timezone | string | The timezone of the site (e.g., America/New_York) |
body.address | object | Optional address details for the site |
Return Value
The created site configuration.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/site" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Main Facility", "timezone": "America/Chicago"}'ENDPOINTS
post
/api/{targetPath}/site