List User PassKey Credentials
GET
https://api.ssojet.com/api/v1/auth/passwordless/passkey/credentials
List User PassKey Credentials
{
"type": "object",
"properties": {
"passkey": {
"type": "string"
},
"credentials": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"password": {
"type": "string"
}
}
}
}
}
Request
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
Example:
string
Content-Type
string
optional
Default:
application/json
User-Agent
string
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)
Request samples
Responses
Modified at 2024-07-22 11:04:03