Storyden
Auth

Web Authn Make Credential

Complete WebAuthn registration by creating a new credential.

Complete WebAuthn registration by creating a new credential.

POST/auth/webauthn/make
storyden-webauthn-session<token>

In: cookie

Query Parameters

invitation_id?string

Unique invitation ID.

Formatxid
idstring
rawIdstring
responseAuthenticatorResponse
typestring
clientExtensionResults?object

Empty Object

authenticatorAttachment?string

Response Body

curl -X POST "https://loading/api/auth/webauthn/make?invitation_id=cc5lnd2s1s4652adtu50" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "rawId": "string",    "response": {      "clientDataJSON": "string"    },    "type": "string"  }'
{
  "id": "string"
}
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}