- Privicore API
- Utility
- Profile
- OAuth Application
- Public key
- Data Token
- Device
- Storage
- Verified authenticator
- Policy
- Directory
- Register Directory
- Retrieve owned Directories
- Retrieve assigned directories
- Retrieve Directory
- Create Directory User
- Update user information
- Invite Profile
- Set profile password
- List Directory Invites
- Process Invitation
- Retrieve directory profile
- List directory users
- Directory profiles info
- Create profile device
- Add storage device to profile
- List directory devices
- Create directory voting pool
- Store directory meta information
- Voting
Generate qr token for authorization
POST
/profile/generate-token-qr
Profile
Request
Header Params
X-DPT-AUTHORIZATION
string
required
Example:
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mobileapp.privicore.com:9009/profile/generate-token-qr' \
--header 'X-DPT-AUTHORIZATION;'
Responses
🟢200OK
application/json
Body
id
string
optional
Example:
example_command_id
qr
string <byte>
optional
token
string
optional
Example:
example_auth_token
host
string
optional
Example:
http://127.0.0.1
Example
{
"id": "example_command_id",
"qr": "string",
"token": "example_auth_token",
"host": "http://127.0.0.1"
}
🟠401Unauthorized
Modified at 2025-03-06 13:01:35