Skip to content
OpenPostDocs
OpenPostDocs
Auth

Begin passkey registration for the current user

POST/auth/security/passkeys/begin

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/auth/security/passkeys/begin" \  -H "Content-Type: application/json" \  -d '{    "current_password": "string",    "name": "string"  }'
{  "$schema": "https://example.com/api/v1/schemas/PasskeyCeremonyOutputBody.json",  "challenge_id": "string",  "options": null}