- 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
Request data via token
POST
/data-token/request-data
Data Token
Request
Header Params
X-DPT-AUTHORIZATION
string
required
Example:
Body Params application/x-www-form-urlencoded
token
string
required
Example:
ssid
string
optional
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/data-token/request-data' \
--header 'X-DPT-AUTHORIZATION;' \
--data-urlencode 'token='
Responses
🟢200OK
application/json
Use DPT CAB websocket server to subscribe to your profile channel via authorization token and receive command status messages in real time.
Data can be retrieved either by listening to a socket or RabbitMQ profile queue.
Headers
X-DPT-CAB-ID
string
optional
X-DPT-CAB-REQUEST-ID
string
optional
Body
array[string]
optional
Example
[
"string"
]
🟠401Unauthorized
🟠422Parameter Error
Modified at 2025-03-06 13:01:35