GET /accounts/{account_id}/devices/registrations
List WARP registrations.
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 registration ID. |
sort_order |
String | No |
Sort direction. Possible values:
|
include |
String | No | |
per_page |
Integer | No |
The maximum number of devices to return in a single response. |
search |
String | No |
Filter by registration details. |
device.id |
String | No |
Filter by WARP device ID. |
seen_after |
String | No |
Filters by the last_seen timestamp - returns only registrations last seen after this timestamp. |
user.id[] |
Array | No |
Filter by Access user ID. |
seen_before |
String | No |
Filters by the last_seen timestamp - returns only registrations last seen before this timestamp. |
status |
String | No |
Filter by registration status. Defaults to 'active'. Possible values:
|
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 registration 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.