Finish Passkey Authentication
POST
https://api.ssojet.com/api/v1/auth/passwordless/passkey/login
Passwordless Passkey Login
Request
https://api.ssojet.com/api/v1/auth/passwordless/passkey/login
auth_code
(string, required): The authentication code for the passkey.identifier
(string, required): The identifier for the user.Request Body
passkey
(text, required): The passkey for authentication.Response
{
"type": "object",
"properties": {
"token": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
}
Request
Query Params
auth_code
string
required
Example:
string
identifier
string
required
Example:
string
client_id
string
required
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
SSOJET API
Request samples
Responses
Modified at 2024-07-22 11:04:03