POST
/v1/auth/webauthn/update/finish

Authorization

Descope Project ID
AuthorizationBearer <token>

Project ID as bearer token.

In: header

Request Body

application/json

transactionId?string
response?string

Finalize adding a new WebAuthn device

curl -X POST "https://api.descope.com/v1/auth/webauthn/update/finish" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?