Skip to content

Create Site

Create a new site within a tenant or division. Requires the SITE_MANAGEMENT feature flag and ADMIN permissions.

Parameters

name * are required parametersdata typedescription
body.name*stringThe display name of the new site
body.timezonestringThe timezone of the site (e.g., America/New_York)
body.addressobjectOptional 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