Complete registration of a new WebAuthn device by verifying the credential response. Use the SDK instead of calling this manually. Requires a valid access token.
POST
/
v1
/
auth
/
{app_id}
/
devices
/
finalize
Finalize WebAuthn device registration
Copy
curl --request POST \ --url https://{defaultHost}/v1/auth/{app_id}/devices/finalize \ --header 'X-Authorization: <api-key>'