cURL
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>" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
passkey assertion created
The response is of type object.
object