GET /accounts/{account_id}/devices/registrations

List WARP registrations.

Servers

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:

  • "desc"
  • "asc"
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:

  • "active"
  • "revoked"
  • "all"
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:

  • "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.