GET /accounts/{account_id}/dex/commands/devices
List devices with WARP client support for remote captures which have been connected in the last 1 hour.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes |
unique identifier linked to an account in the API request path |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Number | Yes |
Page number of paginated results |
per_page |
Number | Yes |
Number of items per page |
search |
String | No |
Filter devices by name or email |
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.