Skip to content

Register

Registers a public key with BrowserID for later verification.

curl
curl -X POST "https://api.browserid.dev/v1/workspaces/${WORKSPACE_ID}/register" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${API_KEY}" \
-d '{"userId": "123", "publicKey": "yourPublicKeyHere", "deviceId": "123"}'