POST
/
v1
/
passkey_assertions
curl --request POST \
  --url https://api.contribyard.com/v1/passkey_assertions \
  --header 'Authorization: Bearer <token>'
{
  "response": {
    "mediation": "<string>",
    "publicKey": {
      "challenge": "<string>",
      "extensions": {},
      "allowCredentials": [
        {}
      ],
      "rpId": "<string>",
      "timeout": 123,
      "userVerification": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

201 - application/json
passkey assertion created
response
object