Desired session id that will be returned with data (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://stage.privicore.com:9009/data-token/request-data' \
--header'X-DPT-AUTHORIZATION;' \
--data-urlencode'token='
Responses
🟢200OK
application/json
Command accepted. 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
Response command id.
X-DPT-CAB-REQUEST-ID
string
optional
ID for associating data with its originating request upon arrival.