API ReferenceWebAuthn
Authorization
Descope Project ID AuthorizationBearer <token>
Project ID as bearer token.
In: header
Request Body
application/json
loginId?string
origin?string
passkeyOptions?object
loginOptions?object
Login an existing user with WebAuthn
curl -X POST "https://api.descope.com/v1/auth/webauthn/signin/start" \ -H "Content-Type: application/json" \ -d '{}'{ "transactionId": "string", "options": "string", "create": true}export interface Response {transactionId?: stringoptions?: stringcreate?: boolean} Was this helpful?