GET /accounts/{account_id}/devices/physical-devices
Lists WARP devices.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
id[] |
Array | No |
Filter by a one or more device IDs. |
sort_order |
String | No |
Sort direction. Possible values:
|
last_seen_user.email |
String | No |
Filter by the last seen user's email. |
include |
String | No | |
per_page |
Integer | No |
The maximum number of devices to return in a single response. |
active_registrations |
String | No |
Include or exclude devices with active registrations. The default is "only" - return only devices with active registrations. Possible values:
|
search |
String | No |
Search by device details. |
seen_after |
String | No |
Filters by the last_seen timestamp - returns only devices last seen after this timestamp. |
seen_before |
String | No |
Filter by the last_seen timestamp - returns only devices last seen before this timestamp. |
cursor |
String | No |
Opaque token indicating the starting position when requesting the next set of records. A cursor value can be obtained from the result_info.cursor field in the response. |
sort_by |
String | No |
The device field to order results by. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.