https://api.sssojet.com/api/v1/auth/passwordless/passkey/status
{ "status": "string", "expires_at": "string" }
status
expires_at
curl --location --request GET 'https://api.sssojet.com/api/v1/auth/passwordless/passkey/status?identifier=string&client_id=' \ --header 'accept: */*' \ --header 'accept-language: en-US,en;q=0.9' \ --header 'user-agent: 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' \ --header 'x-client-id: string' \ --header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \ --header 'Content-Type: application/json'