Setup Passkey
List
Retrieve a paginated list of Setup Passkey records. Supports filtering, sorting, and search.
get/api/cp/setup/passkey
Response
Successful response
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.