get https://api.controld.com/devices
List all devices that are associated with an account.
Organization Accounts
If you have a organization account (ignore this if you do not), you can "impersonate" an admin of a child sub-organization, by supplying
X-Force-Org-Id: org_id_goes_here
HTTP header along with all API calls within the Profiles scope. This will allow you to view, create and modify Devices within the target sub-organization using the API token of the parent (main) Organization.Additionally, to retrieve only User type devices, append
/users
to this API call, or/routers
to retrieve only Router type devices.