> For the complete documentation index, see [llms.txt](https://create.cloud4wi.ai/dev-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/devices.md).

# Devices

**Devices** include all pieces of HW deployed in your Locations.

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots/organizations/{cid}" method="get" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots/{hotspotId}" method="get" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots/identifier/{hotspotIdentifier}" method="get" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots" method="post" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots/{hotspotId}" method="put" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

{% openapi src="<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>" path="/v3/hotspots/{hotspotId}" method="delete" %}
<https://developers.cloud4wi.com/api-explore-inspector/api-explore.yml>
{% endopenapi %}

To create a new Hotspot using the POST /v3/hotspots endpoint, you need to specify the MAC address of the access point and for some vendors also the Identifier.

The following table specifies for which vendor you need to provide the Identifier attribute. For these vendors, even if the Identifier is the same as the MAC address, it needs to be provided.

<table><thead><tr><th width="209">Vendor</th><th width="140">Identifier</th></tr></thead><tbody><tr><td> Aerohive Networks, Inc.</td><td></td></tr><tr><td> Aruba Networks</td><td>Required</td></tr><tr><td> Cambium Networks Limited</td><td></td></tr><tr><td> chillispot</td><td>Required</td></tr><tr><td> Cisco Systems</td><td></td></tr><tr><td> coovachilli</td><td>Required</td></tr><tr><td> Cradlepoint</td><td></td></tr><tr><td> dd-wrt</td><td>Required</td></tr><tr><td> endian</td><td>Required</td></tr><tr><td> Endian s.r.l.</td><td>Required</td></tr><tr><td> EnGenius</td><td></td></tr><tr><td> EnGenius CP ready</td><td></td></tr><tr><td> Extreme Networks</td><td></td></tr><tr><td> FortiNet</td><td></td></tr><tr><td> Hewlett Packard</td><td>Required</td></tr><tr><td> Huawei</td><td></td></tr><tr><td> ICC</td><td></td></tr><tr><td> Icomera Moovbox</td><td>Required</td></tr><tr><td> IgniteNet</td><td></td></tr><tr><td> LigoWave VAC</td><td></td></tr><tr><td> Meraki</td><td></td></tr><tr><td> Mojo Networks</td><td></td></tr><tr><td> Nomadix</td><td>Required</td></tr><tr><td> Open Mesh</td><td>Required</td></tr><tr><td> PowerCloud Systems</td><td>Required</td></tr><tr><td> Routerboard.com</td><td>Required</td></tr><tr><td> routeros</td><td>Required</td></tr><tr><td> Ruckus Wireless (Controller)</td><td></td></tr><tr><td> Ruckus Wireless (SCG)</td><td>Required</td></tr><tr><td> Ruckus Wireless (Standalone)</td><td>Required</td></tr><tr><td> Ruckus Wireless (Xclaim)</td><td>Required</td></tr><tr><td> Samsung</td><td></td></tr><tr><td> tanaza</td><td></td></tr><tr><td> tanaza_os</td><td></td></tr><tr><td> Teldat</td><td></td></tr><tr><td> Teltonika</td><td></td></tr><tr><td> Tiesse SpA</td><td></td></tr><tr><td> Ubiquiti Networks</td><td></td></tr><tr><td> Wilibox Deliberant Group LLC</td><td>Required</td></tr><tr><td> Wi-Next s.r.l.</td><td>Required</td></tr><tr><td> Xirrus Inc</td><td></td></tr><tr><td> Zebra Technologies Inc</td><td></td></tr><tr><td>Browan Communication  Inc.</td><td>Required</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/api-reference/getting-started/devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
