POST
/v1/auth/webauthn/update/finish

Finalize adding a new WebAuthn device

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer \<Project ID\>

Try it

/v1/auth/webauthn/update/finish

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

transactionIdstring

responsestring

Status codeDescription
200OK
curl -X POST "https://api.descope.com/v1/auth/webauthn/update/finish" \
  -d '{
  "transactionId": "string",
  "response": "string"
}'

{}

Was this helpful?