Skip to main content
POST
/
v1
/
auth
/
{app_id}
/
devices
/
finalize
Finalize WebAuthn device registration
curl --request POST \
  --url https://{defaultHost}/v1/auth/{app_id}/devices/finalize \
  --header 'X-Authorization: <api-key>'
{
  "id": "<string>",
  "nickname": "<string>",
  "user_agent": "<string>"
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

device registered successfully

id
string

Credential ID

nickname
string

Device nickname

user_agent
string

User agent string