Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Managing Zones

The Rev Zone endpoints allow you to create, edit and delete zones within a Rev account.  You can also retrieve a list of created zones and all devices within a zone.

Zone Endpoints

Method   Description
POST /api/v2/zones Create a Zone
PUT /api/v2/zones/{zoneId} Edit a Zone
GET /api/v2/zones List All Zones
GET /api/v2/zonedevices List All Devices in a Zone
DELETE /api/v2/zones/{zoneId} Delete a Zone