POST
/
{tenant_id}
/
registration
/
finalize
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>"
}

Path Parameters

tenant_id
string
required

UUID of the tenant

Required string length: 36
Example:
["1f496bcd-49da-4839-a02f-7ce681ccb488"]

Body

application/json
id
string
required
type
enum<string>
required
Available options:
public-key
rawId
string
required
response
object
required
authenticatorAttachment
enum<string>
Available options:
cross-platform,
platform
transports
string[]

Response

200
application/json
Example response
token
string