POST
/
passkey
/
postLogin
curl --request POST \
  --url https://backendapi.corbado.io/v2/passkey/postLogin \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "signedPasskeyData": "<string>"
}'
{
  "session": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200
application/json

Post Passkey Login succeeded

The response is of type object.