GET /accounts/{account_id}/devices/registrations

Lists WARP registrations.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
search String No

Filter by registration details.

policy.id String No

Filter by the ID of the device settings profile assigned to the registration.

seen_after String No

Filter by the last_seen timestamp - returns only registrations last seen after this timestamp.

user.id[] Array No

Filter by user ID.

status String No

Filter by registration status. Defaults to 'active'.

Valid values:

  • "active"
  • "revoked"
  • "all"
id[] Array No

Filter by registration ID.

sort_order String No

Sort direction.

Valid values:

  • "desc"
  • "asc"
include String No

Comma-separated list of additional information that should be included in the registration response. Supported values are: "policy".

per_page Integer No

The maximum number of devices to return in a single response.

device.id String No

Filter by WARP device ID.

seen_before String No

Filter by the last_seen timestamp - returns only registrations 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 registration field to order results by.

Valid values:

  • "user.name"
  • "user.email"
  • "id"
  • "last_seen_at"
  • "created_at"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.