cURL
curl --request POST \ --url https://passkeys.hanko.io/{tenant_id}/mfa/registration/finalize \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --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
Secret API key
32
Tenant ID
Example response
The response is of type object.
object
Was this page helpful?