Printago API
GET /v1/passkeys

List passkeys

List all passkeys registered by the current user

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "id": "string",
    "credentialDeviceType": "string",
    "credentialBackedUp": true,
    "createdAt": "string"
  }
]