Devices

This set of API calls allows you to fetch and manipulate Keyless enabled devices.

Get user devices

get

Get user devices

Authorizations
X-Api-KeystringRequired

The customer service api key

Path parameters
userIdstring · Uppercase HEX stringRequired

The user id

Responses
200

User devices

application/json
get
/users/{userId}/devices

Delete user device

delete

Delete user device

Authorizations
X-Api-KeystringRequired

The customer service api key

Path parameters
userIdstring · Uppercase HEX stringRequired

The user id

publicSigningKeystringRequired

Public signing key

Responses
200

Device successfully deleted

application/json
delete
/users/{userId}/devices/{publicSigningKey}

Last updated

Was this helpful?