POST/api/v2/users/account-links/scan

Registers that a White Label app scanned an account-link QR code.

The QR token is opaque, company-scoped, expires after five minutes, and never contains account data.

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
TokenstringYes
ApplicationNamestringYes
DeviceNamestringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
ChallengeIdstring (uuid)Yes
StatusstringYes
ExpiresAtstring (date-time)Yes

Example request

curl -X POST "https://{base_url}/api/v2/users/account-links/scan" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"Token":"…","ApplicationName":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.