1. PassKey
  • Overview
  • Application Guides
    • Frontend
      • Get Started - React App
      • Get Started - HTML and JS
      • Get Started - Angular JS
      • Get Started - Next JS App
    • Backend
      • Get Started - Node JS
      • Get Started - Golang
      • Get Started - ASP.NET
      • Get Started - JAVA
  • Dashboard
    • API Credentials
    • Organization
    • Social Login
    • Customize Email Template
    • Configure Custom Domain
    • IT Admin Portal
  • Authentication
    • Login Widget
    • Magic Link
    • Google Social Login
    • Multi-Factor Authentication
    • Single Sign-On Overview
    • Setup SSO Connection
  • Security
    • Overview
    • Authentication
      • Password Hashing and Storage
      • Multi-Factor Authentication Methods and Implementation
      • Session Management
    • Attack Protection
      • Bot Detection
      • Breached Password Detection
      • Brute Force Protection
      • Log Events
      • Secure JSON Web Tokens (JWT)
      • Secure OpenID Connect (OIDC)
      • Suspicious IP Throttling
    • Data Security
      • Data Encryption At Rest and In Transit
      • Secure Storage of Secrets (Keys, Credentials)
      • Sensitive Data Handling
    • Infrastructure
      • Security Considerations for Cloud Provider or Deployment Model
      • Threat Modeling
  • API References
    • Authentication
      • MagicLink
        • Email a Magic Link
        • Resend Email Magic Link
        • Verify Magic Link
        • Ping Status
      • Magic Auth Code
        • Email a Magic Auth Code
        • Resend Magic Auth Code
        • Verify Magic Auth Code
      • Phone Authentication
        • Send Magic Auth Code via SMS
        • Resend Magic Auth Code via SMS
        • Phone Magic Auth Verify
      • PassKey
        • Initiate Passkey Login
          GET
        • Passkey Registration Initialize
          GET
        • Finish Passkey Authentication
          POST
        • Complete Passkey Registration
          POST
        • Check User Passkey Authentication Status
          GET
        • List User PassKey Credentials
          GET
        • Update Passkey Name
          PATCH
        • Delete Associated Passkey
          DELETE
      • GET Auth Status
        GET
    • Token
      • Refresh Token
      • Access Token By Auth Code
    • Mutli-Factor Authentication (MFA)
      • MFA Access Token
      • List of Authenticators
      • MFA Enroll TOTP
      • Initiate MFA
      • QR Code Image API
      • Validate MFA Token
      • Get Backup Code
    • Role And Permission
      • List All Roles
      • List All Permission
      • Create New Role
      • Update Existing Role
      • Update Permission By Permission Id
      • Remove Organization Role By Role Id
      • Remove Organization Permission By Permission Id
    • User Management
      • List All Users
      • GET User By User Id
      • GET User by User Email Address
      • Create a User
      • Update User by User Id
      • Verify User Status By User Id
      • Delete User By User Id
      • Manage User Roles
      • GET Users Organizations
      • GET User Login Logs
    • Organization
      • Add New Organization
      • Get Organization
      • Get All Organization
      • Update Organization
      • Delete Organization
      • GET Configuration By Client Id
      • GET Configuration By Custom Domain
  1. PassKey

List User PassKey Credentials

GET
https://api.ssojet.com/api/v1/auth/passwordless/passkey/credentials

List User PassKey Credentials#

This endpoint sends an HTTP GET request to retrieve the credentials associated with a passkey for passwordless authentication. The response of this request is documented below as a JSON schema.
{
  "type": "object",
  "properties": {
    "passkey": {
      "type": "string"
    },
    "credentials": {
      "type": "object",
      "properties": {
        "username": {
          "type": "string"
        },
        "password": {
          "type": "string"
        }
      }
    }
  }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
client_id
string 
required
Header Params
accept
string 
required
Example:
*/*
accept-language
string 
required
Example:
en-US,en;q=0.9
user-agent
string 
required
Example:
SSOJET API
x-client-id
string 
required
This identifies the application making the request to the SSOJET server. You can find your client ID on the API Keys page in the dashboard
Example:
string
Content-Type
string 
optional
Default:
application/json
User-Agent
string 
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ssojet.com/api/v1/auth/passwordless/passkey/credentials?client_id=' \
--header 'accept: */*' \
--header 'accept-language: en-US,en;q=0.9' \
--header 'user-agent: SSOJET API' \
--header 'x-client-id: string' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Content-Type: application/json'

Responses

⚪0List User PassKey Credentials
application/json
Body
array of:
id
string 
optional
Name
null 
optional
SignCount
integer 
optional
LastUsedAt
string 
optional
CreatedAt
string 
optional
UpdatedAt
string 
optional
public_key
string 
optional
attestation_type
string 
optional
aaguid
string 
optional
transports
array[string]
optional
backup_eligible
boolean 
optional
backup_state
boolean 
optional
Example
[
  {
    "id": "VIkoK83YpqrxBOXR_o5f2GtDorzYnAxlkozY-Dya3Uc",
    "Name": null,
    "SignCount": 0,
    "LastUsedAt": "2024-07-15T06:07:12.022Z",
    "CreatedAt": "2024-07-15T06:07:12.022Z",
    "UpdatedAt": "0001-01-01T00:00:00Z",
    "public_key": "pAEDAzkBACBZAQDZ5G-Mrp4TIkpHIem3UwqwEllhZI1iWhpbLs4FPNhGQHuqAc5MrD_bm0JupaIakkrQvXJqwVMSf0z-6BieZHckiOkMz6Bui1fkQzLWnFbn0zNnon_2MZzME1kGFbC8CPSEmBPkcYemwN60D3UnCD6QTBUGr6heQxsgersF_suw0PCfb5LkzFD7sjBGexWU4Zltq6ta76wim_Qsg6SVMkC59FM6GgtB6UKeP-FOC2AlQ0AIChETOBkpf6javmRNKectFAPePokYOcbFcXVZzo0xBZ8Z86s6qsEwmHwsVfxwAk1EWLEnnRXuDl8DWlEOVF_OvvGSyBr0bO6Qy-dhK1aPIUMBAAE",
    "attestation_type": "none",
    "aaguid": "AAAAAAAAAAAAAAAAAAAAAA",
    "transports": [
      "internal"
    ],
    "backup_eligible": false,
    "backup_state": false
  }
]
Modified at 2024-07-22 11:04:03
Previous
Check User Passkey Authentication Status
Next
Update Passkey Name
Built with