# Overview

> Complete API reference for CONTROL API with 66 endpoints across 30 categories.

**Version:** v1  
**Base URL:** `https://control.zequenze.com/api/v1`

Zequenze CONTROL platform API documentation

---

## Authentication

All API endpoints require authentication using a Bearer token in the request header:

```http
Authorization: Bearer <your-api-token>
```

You can obtain your API token from the portal administration panel.

---

## Available Endpoints

| Category | Endpoints | Methods |
|----------|:---------:|---------|
| [Inventory Connection Profile](https://docs.zequenze.com/books/control-api-reference/page/inventory-connection-profile-AiO) | 2 | `GET` |
| [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) | 6 | `DELETE` `GET` `PATCH` `POST` `PUT` |
| [Inventory Device Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-diags-CaV) | 2 | `GET` `POST` |
| [Inventory Device Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-headless-operation-NtI) | 2 | `GET` `POST` |
| [Inventory Device Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-ipping-VKt) | 1 | `GET` |
| [Inventory Device Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-log-FIH) | 2 | `GET` |
| [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) | 6 | `DELETE` `GET` `PATCH` `POST` `PUT` |
| [Inventory Device Name Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-diags-SxE) | 2 | `GET` `POST` |
| [Inventory Device Name Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-headless-operation-LgE) | 2 | `GET` `POST` |
| [Inventory Device Name Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ipping-fUx) | 1 | `GET` |
| [Inventory Device Name Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-operation-sya) | 1 | `PUT` |
| [Inventory Device Name Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-setting-TJO) | 3 | `GET` `PATCH` `PUT` |
| [Inventory Device Name Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-variables-r8s) | 2 | `GET` `PUT` |
| [Inventory Device Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-operation-HQ3) | 1 | `PUT` |
| [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) | 6 | `DELETE` `GET` `PATCH` `POST` `PUT` |
| [Inventory Device Serial Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-diags-vjL) | 2 | `GET` `POST` |
| [Inventory Device Serial Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-headless-operation-srR) | 2 | `GET` `POST` |
| [Inventory Device Serial Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-ipping-Ul9) | 1 | `GET` |
| [Inventory Device Serial Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-operation-Ns0) | 1 | `PUT` |
| [Inventory Device Serial Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-setting-6lJ) | 3 | `GET` `PATCH` `PUT` |
| [Inventory Device Serial Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-variables-CEF) | 2 | `GET` `PUT` |
| [Inventory Device Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-setting-DOS) | 3 | `GET` `PATCH` `PUT` |
| [Inventory Device Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-variables-vfC) | 2 | `GET` `PUT` |
| [Inventory Device Whip](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-whip-kNA) | 1 | `GET` |
| [Inventory Metric](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-AIz) | 2 | `GET` |
| [Inventory Metric Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-log-rJA) | 2 | `GET` |
| [Inventory Parameter](https://docs.zequenze.com/books/control-api-reference/page/inventory-parameter-5w0) | 2 | `GET` |
| [Inventory Type](https://docs.zequenze.com/books/control-api-reference/page/inventory-type-SUr) | 2 | `GET` |
| [Securedns Categoryget](https://docs.zequenze.com/books/control-api-reference/page/securedns-categoryget-XEh) | 1 | `GET` |
| [Securedns Hostcheck](https://docs.zequenze.com/books/control-api-reference/page/securedns-hostcheck-5HG) | 1 | `GET` |

---

## All Endpoints

| Method | Path | Documentation |
|:------:|------|---------------|
| `GET` | <a href="https://control.zequenze.com/api#/inventory_connection_profile/inventory_connection_profile_list" target="_blank">`/inventory_connection_profile/`</a> | [Inventory Connection Profile](https://docs.zequenze.com/books/control-api-reference/page/inventory-connection-profile-AiO) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_connection_profile/inventory_connection_profile_read" target="_blank">`/inventory_connection_profile/{id}/`</a> | [Inventory Connection Profile](https://docs.zequenze.com/books/control-api-reference/page/inventory-connection-profile-AiO) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_list" target="_blank">`/inventory_device/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_create" target="_blank">`/inventory_device/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_read" target="_blank">`/inventory_device/{id}/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_update" target="_blank">`/inventory_device/{id}/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_partial_update" target="_blank">`/inventory_device/{id}/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `DELETE` | <a href="https://control.zequenze.com/api#/inventory_device/inventory_device_delete" target="_blank">`/inventory_device/{id}/`</a> | [Inventory Device](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-5GM) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_diags/inventory_device_diags_create" target="_blank">`/inventory_device_diags/`</a> | [Inventory Device Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-diags-CaV) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_diags/inventory_device_diags_list" target="_blank">`/inventory_device_diags/`</a> | [Inventory Device Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-diags-CaV) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_headless_operation/inventory_device_headless_operation_list" target="_blank">`/inventory_device_headless_operation/`</a> | [Inventory Device Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-headless-operation-NtI) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_headless_operation/inventory_device_headless_operation_create" target="_blank">`/inventory_device_headless_operation/`</a> | [Inventory Device Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-headless-operation-NtI) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_ipping/inventory_device_ipping_read" target="_blank">`/inventory_device_ipping/{id}/`</a> | [Inventory Device Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-ipping-VKt) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_log/inventory_device_log_list" target="_blank">`/inventory_device_log/`</a> | [Inventory Device Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-log-FIH) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_log/inventory_device_log_read" target="_blank">`/inventory_device_log/{id}/`</a> | [Inventory Device Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-log-FIH) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_list" target="_blank">`/inventory_device_name/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_create" target="_blank">`/inventory_device_name/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_read" target="_blank">`/inventory_device_name/{name}/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_update" target="_blank">`/inventory_device_name/{name}/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_partial_update" target="_blank">`/inventory_device_name/{name}/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `DELETE` | <a href="https://control.zequenze.com/api#/inventory_device_name/inventory_device_name_delete" target="_blank">`/inventory_device_name/{name}/`</a> | [Inventory Device Name](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ijK) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_name_diags/inventory_device_name_diags_create" target="_blank">`/inventory_device_name_diags/`</a> | [Inventory Device Name Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-diags-SxE) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name_diags/inventory_device_name_diags_list" target="_blank">`/inventory_device_name_diags/`</a> | [Inventory Device Name Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-diags-SxE) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name_headless_operation/inventory_device_name_headless_operation_list" target="_blank">`/inventory_device_name_headless_operation/`</a> | [Inventory Device Name Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-headless-operation-LgE) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_name_headless_operation/inventory_device_name_headless_operation_create" target="_blank">`/inventory_device_name_headless_operation/`</a> | [Inventory Device Name Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-headless-operation-LgE) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name_ipping/inventory_device_name_ipping_read" target="_blank">`/inventory_device_name_ipping/{name}/`</a> | [Inventory Device Name Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-ipping-fUx) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_name_operation/inventory_device_name_operation_update" target="_blank">`/inventory_device_name_operation/{name}/`</a> | [Inventory Device Name Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-operation-sya) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name_setting/inventory_device_name_setting_list" target="_blank">`/inventory_device_name_setting/`</a> | [Inventory Device Name Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-setting-TJO) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_name_setting/inventory_device_name_setting_update" target="_blank">`/inventory_device_name_setting/{parent__name}/`</a> | [Inventory Device Name Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-setting-TJO) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device_name_setting/inventory_device_name_setting_partial_update" target="_blank">`/inventory_device_name_setting/{parent__name}/`</a> | [Inventory Device Name Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-setting-TJO) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_name_variables/inventory_device_name_variables_list" target="_blank">`/inventory_device_name_variables/`</a> | [Inventory Device Name Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-variables-r8s) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_name_variables/inventory_device_name_variables_update" target="_blank">`/inventory_device_name_variables/{parent__name}/`</a> | [Inventory Device Name Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-name-variables-r8s) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_operation/inventory_device_operation_update" target="_blank">`/inventory_device_operation/{id}/`</a> | [Inventory Device Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-operation-HQ3) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_list" target="_blank">`/inventory_device_serial/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_create" target="_blank">`/inventory_device_serial/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_read" target="_blank">`/inventory_device_serial/{serial_number}/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_update" target="_blank">`/inventory_device_serial/{serial_number}/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_partial_update" target="_blank">`/inventory_device_serial/{serial_number}/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `DELETE` | <a href="https://control.zequenze.com/api#/inventory_device_serial/inventory_device_serial_delete" target="_blank">`/inventory_device_serial/{serial_number}/`</a> | [Inventory Device Serial](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-5YD) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_serial_diags/inventory_device_serial_diags_create" target="_blank">`/inventory_device_serial_diags/`</a> | [Inventory Device Serial Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-diags-vjL) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial_diags/inventory_device_serial_diags_list" target="_blank">`/inventory_device_serial_diags/`</a> | [Inventory Device Serial Diags](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-diags-vjL) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial_headless_operation/inventory_device_serial_headless_operation_list" target="_blank">`/inventory_device_serial_headless_operation/`</a> | [Inventory Device Serial Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-headless-operation-srR) |
| `POST` | <a href="https://control.zequenze.com/api#/inventory_device_serial_headless_operation/inventory_device_serial_headless_operation_create" target="_blank">`/inventory_device_serial_headless_operation/`</a> | [Inventory Device Serial Headless Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-headless-operation-srR) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial_ipping/inventory_device_serial_ipping_read" target="_blank">`/inventory_device_serial_ipping/{serial_number}/`</a> | [Inventory Device Serial Ipping](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-ipping-Ul9) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_serial_operation/inventory_device_serial_operation_update" target="_blank">`/inventory_device_serial_operation/{serial_number}/`</a> | [Inventory Device Serial Operation](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-operation-Ns0) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial_setting/inventory_device_serial_setting_list" target="_blank">`/inventory_device_serial_setting/`</a> | [Inventory Device Serial Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-setting-6lJ) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_serial_setting/inventory_device_serial_setting_update" target="_blank">`/inventory_device_serial_setting/{parent__serial_number}/`</a> | [Inventory Device Serial Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-setting-6lJ) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device_serial_setting/inventory_device_serial_setting_partial_update" target="_blank">`/inventory_device_serial_setting/{parent__serial_number}/`</a> | [Inventory Device Serial Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-setting-6lJ) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_serial_variables/inventory_device_serial_variables_list" target="_blank">`/inventory_device_serial_variables/`</a> | [Inventory Device Serial Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-variables-CEF) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_serial_variables/inventory_device_serial_variables_update" target="_blank">`/inventory_device_serial_variables/{parent__serial_number}/`</a> | [Inventory Device Serial Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-serial-variables-CEF) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_setting/inventory_device_setting_list" target="_blank">`/inventory_device_setting/`</a> | [Inventory Device Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-setting-DOS) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_setting/inventory_device_setting_update" target="_blank">`/inventory_device_setting/{parent_id}/`</a> | [Inventory Device Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-setting-DOS) |
| `PATCH` | <a href="https://control.zequenze.com/api#/inventory_device_setting/inventory_device_setting_partial_update" target="_blank">`/inventory_device_setting/{parent_id}/`</a> | [Inventory Device Setting](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-setting-DOS) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_variables/inventory_device_variables_list" target="_blank">`/inventory_device_variables/`</a> | [Inventory Device Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-variables-vfC) |
| `PUT` | <a href="https://control.zequenze.com/api#/inventory_device_variables/inventory_device_variables_update" target="_blank">`/inventory_device_variables/{parent_id}/`</a> | [Inventory Device Variables](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-variables-vfC) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_device_whip/inventory_device_whip_read" target="_blank">`/inventory_device_whip/{id}/`</a> | [Inventory Device Whip](https://docs.zequenze.com/books/control-api-reference/page/inventory-device-whip-kNA) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_metric/inventory_metric_list" target="_blank">`/inventory_metric/`</a> | [Inventory Metric](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-AIz) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_metric/inventory_metric_read" target="_blank">`/inventory_metric/{id}/`</a> | [Inventory Metric](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-AIz) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_metric_log/inventory_metric_log_list" target="_blank">`/inventory_metric_log/`</a> | [Inventory Metric Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-log-rJA) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_metric_log/inventory_metric_log_read" target="_blank">`/inventory_metric_log/{id}/`</a> | [Inventory Metric Log](https://docs.zequenze.com/books/control-api-reference/page/inventory-metric-log-rJA) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_parameter/inventory_parameter_list" target="_blank">`/inventory_parameter/`</a> | [Inventory Parameter](https://docs.zequenze.com/books/control-api-reference/page/inventory-parameter-5w0) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_parameter/inventory_parameter_read" target="_blank">`/inventory_parameter/{id}/`</a> | [Inventory Parameter](https://docs.zequenze.com/books/control-api-reference/page/inventory-parameter-5w0) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_type/inventory_type_list" target="_blank">`/inventory_type/`</a> | [Inventory Type](https://docs.zequenze.com/books/control-api-reference/page/inventory-type-SUr) |
| `GET` | <a href="https://control.zequenze.com/api#/inventory_type/inventory_type_read" target="_blank">`/inventory_type/{id}/`</a> | [Inventory Type](https://docs.zequenze.com/books/control-api-reference/page/inventory-type-SUr) |
| `GET` | <a href="https://control.zequenze.com/api#/securedns_categoryget/securedns_categoryget_list" target="_blank">`/securedns_categoryget/`</a> | [Securedns Categoryget](https://docs.zequenze.com/books/control-api-reference/page/securedns-categoryget-XEh) |
| `GET` | <a href="https://control.zequenze.com/api#/securedns_hostcheck/securedns_hostcheck_list" target="_blank">`/securedns_hostcheck/`</a> | [Securedns Hostcheck](https://docs.zequenze.com/books/control-api-reference/page/securedns-hostcheck-5HG) |

---

## Quick Start

### 1. Authentication
Obtain your API token from the portal and include it in all requests.

### 2. Make a Request
```bash
curl -X GET "https://control.zequenze.com/api/v1/endpoint/" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"
```

### 3. Handle the Response
All responses are in JSON format. List endpoints include pagination.

---

## Response Codes

| Code | Status | Description |
|:----:|--------|-------------|
| 200 | OK | Request successful |
| 201 | Created | Resource created successfully |
| 204 | No Content | Request successful (DELETE operations) |
| 400 | Bad Request | Invalid request parameters |
| 401 | Unauthorized | Missing or invalid authentication token |
| 403 | Forbidden | Insufficient permissions |
| 404 | Not Found | Resource not found |
| 500 | Server Error | Internal server error |

---

## Pagination

List endpoints return paginated results:

```json
{
  "count": 150,
  "next": "https://api.example.com/endpoint/?offset=50",
  "previous": null,
  "results": [...]
}
```

Use `limit` and `offset` query parameters to navigate through results.