Generate qr token for authorization
Generate qr token, that can be scanned via devices to register themselves on your behalf.
Request
X-DPT-AUTHORIZATION
string
requiredProfile authorization token.
Request samples
curl --location --request POST 'https://stage.privicore.com:9009/profile/generate-token-qr' \
--header 'X-DPT-AUTHORIZATION;'
Responses
Example:example_command_id
Example:example_auth_token
{
"id": "example_command_id",
"qr": "string",
"token": "example_auth_token",
"host": "http://127.0.0.1"
}
Modified at 2025-03-06 13:01:35