Skip to main content
POST
/
api
/
v1
/
passkeys
/
register_options
Error
A valid request URL is required to generate request examples
{
  "challenge": "<string>",
  "timeout": 123,
  "extensions": {},
  "rp": {
    "id": "<string>",
    "name": "<string>"
  },
  "user": {
    "name": "<string>",
    "id": "<string>",
    "displayName": "<string>"
  },
  "pubKeyCredParams": [
    {
      "type": "<string>",
      "alg": 123
    }
  ],
  "authenticatorSelection": {
    "authenticatorAttachment": "<string>",
    "residentKey": "<string>",
    "userVerification": "<string>"
  },
  "excludeCredentials": [
    {
      "type": "<string>",
      "id": "<string>"
    }
  ],
  "challenge_token": "<string>"
}

Body

application/x-www-form-urlencoded

The body is of type object.

Response

200 - application/json

OK

challenge
string
required
timeout
integer
required
extensions
object
required
rp
object
required
user
object
required
pubKeyCredParams
object[]
required
authenticatorSelection
object
required
excludeCredentials
object[]
required
challenge_token
string
required