Request
Body Params application/json
{
"dataToken": "",
"data": "",
"meta": {}
}
Request Code Samples
curl --location --request POST 'https://stage.privicore.com:9009/data-token/update-data' \
--header 'X-DPT-AUTHORIZATION;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataToken": "",
"data": "",
"meta": {}
}'
Responses
application/json
Command accepted.
Use DPT CAB websocket server to subscribe to your profile channel via authorization token and receive command status messages.
Modified at 2025-03-06 13:01:35