Skip to main content
PUT
Create or update passkey config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appID
string
required

The id of the app the request refers to. An application's unique identifier.

Examples:

"54e9ujn"

"fvua38g"

Body

application/json
rp_id
string
required

The WebAuthn Relying Party identifier (typically your domain).

Example:

"example.com"

rp_name
string
required

A human-readable display name for the Relying Party.

Example:

"Example App"

allowed_origins
string[]
required

HTTPS origins allowed to perform WebAuthn operations.

Example:
user_verification
enum<string>

WebAuthn user verification requirement. Defaults to required when omitted.

Available options:
required,
preferred,
discouraged
Example:

"required"

attestation_preference
enum<string>

WebAuthn attestation conveyance preference. Defaults to none when omitted.

Available options:
none,
indirect,
direct,
enterprise
Example:

"none"

Response

OK

config
object
required