Setup Passkey

List

Retrieve a paginated list of Setup Passkey records. Supports filtering, sorting, and search.

get/api/cp/setup/passkey

Response

Successful response

idstring

Id

namestring

Name

created_atstring date-time nullable

Created At

last_usedstring date-time nullable

Last Used

device_typestring

Device Type

Example response

[
  {
    "id": 12345,
    "name": "Example Name",
    "created_at": "2025-01-17T10:30:00Z",
    "last_used": "2025-01-17T10:30:00Z",
    "device_type": "example_device_type"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.