cURL
curl --request POST \ --url https://passkeys.hanko.io/{tenant_id}/registration/finalize \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "public-key", "rawId": "<string>", "authenticatorAttachment": "cross-platform", "response": { "clientDataJSON": "<string>", "attestationObject": "<string>", "transports": [ "<string>" ] }, "transports": [ "<string>" ] }'
{ "token": "<string>" }
Finish credential registration process
UUID of the tenant
36
["1f496bcd-49da-4839-a02f-7ce681ccb488"]
Example response
The response is of type object.
object
Was this page helpful?