Check User Passkey Authentication Status
GET
https://api.sssojet.com/api/v1/auth/passwordless/passkey/status
Passwordless Passkey Status
Request
https://api.sssojet.com/api/v1/auth/passwordless/passkey/status
Response
{
"status": "string",
"expires_at": "string"
}
status
(string): The status of the passwordless passkey.expires_at
(string): The expiration timestamp of the passkey.Request
Query Params
identifier
string
required
Example:
string
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:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0
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