Skip to main content
GET
/
api
/
partners
/
v2.0
/
org
/
{org_id}
/
devices
Get an Organisation's Devices
curl --request GET \
  --url https://api.example.com/api/partners/v2.0/org/{org_id}/devices \
  --header 'Authorization: Bearer <token>'
[
  "<unknown>"
]

Documentation Index

Fetch the complete documentation index at: https://developers.podero.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

Query Parameters

device_type
string

Filter by device type (hp_atw, hp_wtw, inv, ev, wb)

fields
string

Comma-separated list of specific fields to include

page
integer

Page number (1-based) - enables pagination

Required range: x >= 1
page_size
integer
default:100

Number of devices per page when pagination is enabled

Required range: 1 <= x <= 1000
include_deleted
boolean
default:false

If true, includes soft-deleted

Response

200 - application/json

OK