CreatePasskeyRegistrationLink
Create a passkey registration link for a user
Create a passkey registration link which includes a code and either return it or send it to the user..
curl -X POST "https://loading/v2/users/string/passkeys/registration_link"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
},
"code": {
"id": "string",
"code": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?