Registrations
List registrations
GET/accounts/{account_id}/devices/registrations
Get registration
GET/accounts/{account_id}/devices/registrations/{registration_id}
Delete registration
DELETE/accounts/{account_id}/devices/registrations/{registration_id}
Delete registrations
DELETE/accounts/{account_id}/devices/registrations
Revoke registrations
POST/accounts/{account_id}/devices/registrations/revoke
Unrevoke registrations
POST/accounts/{account_id}/devices/registrations/unrevoke
ModelsExpand Collapse
RegistrationListResponse object { id, created_at, device, 11 more } A WARP configuration tied to a single user. Multiple registrations can be created from a single WARP device.
RegistrationListResponse object { id, created_at, device, 11 more }
A WARP configuration tied to a single user. Multiple registrations can be created from a single WARP device.
key_type: optional string
The type of encryption key used by the WARP client for the active key. Currently ‘curve25519’ for WireGuard and ‘secp256r1’ for MASQUE.
policy: optional object { id, default, deleted, 2 more } The device settings profile assigned to this registration.
policy: optional object { id, default, deleted, 2 more }
The device settings profile assigned to this registration.
RegistrationGetResponse object { id, created_at, device, 11 more } A WARP configuration tied to a single user. Multiple registrations can be created from a single WARP device.
RegistrationGetResponse object { id, created_at, device, 11 more }
A WARP configuration tied to a single user. Multiple registrations can be created from a single WARP device.
key_type: optional string
The type of encryption key used by the WARP client for the active key. Currently ‘curve25519’ for WireGuard and ‘secp256r1’ for MASQUE.
policy: optional object { id, default, deleted, 2 more } The device settings profile assigned to this registration.
policy: optional object { id, default, deleted, 2 more }
The device settings profile assigned to this registration.