AurionAI Docs

Complete Passkey Registration

Complete WebAuthn passkey registration with attestation response.

POST
/api/v1/users/me/passkeys/registration/complete

Complete WebAuthn passkey registration with attestation response.

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/users/me/passkeys/registration/complete" \  -H "Content-Type: application/json" \  -d '{    "credential": {}  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}