AurionAI Docs

Login Passkey Complete

Complete passkey authentication. Returns JWT or tenant selection list.

POST
/api/v1/auth/login/passkey/complete

Complete passkey authentication. Returns JWT or tenant selection list.

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/auth/login/passkey/complete" \  -H "Content-Type: application/json" \  -d '{    "credential": {}  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}