Retrieve partner devices

Retrieve a list of all partner devices

Request
Security:
query Parameters
limit
string^[1-9]\d*$
Default: "0"

Set the maximum number of pagination results to receive.

Example: limit=1
offset
string^[0-9]\d*$
Default: "0"

Set the number of results to skip over before receiving pagination results.

Example: offset=1
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

get/partner-devices
Request samples
curl -i -X GET \
  'https://api-prod.surfsight.net/v2/partner-devices?limit=1&offset=1' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}