8x8 Administration - Site Management API
Site management API providing endpoints to create, retrieve, list, update, and delete sites. Sites represent physical or logical locations within an organization where users and devices are deployed.
The current version of the API is v1.0.
Authentication
All requests to this API require authentication using an API key. Include your API key in the request header:
x-api-key: YOUR_API_KEY
Versioning
Specify the API version using the Accept header:
Accept: application/vnd.sites.v1+json
Base URL
https://api.8x8.com/admin-provisioning
Endpoints
| Endpoint | Method | Purpose | Async? |
|---|---|---|---|
/sites | GET | Retrieve paginated list of sites with filtering | No |
/sites | POST | Create a new site | Yes |
/sites/{siteId} | GET | Retrieve a specific site's details | No |
/sites/{siteId} | PUT | Update an existing site | Yes |
/sites/{siteId} | DELETE | Remove a site | Yes |
OpenAPI Specification
Download the complete OpenAPI specification: site-api-v1.yaml