Deanonymize
Deanonymize a usage report
Returns the same usage report with all fields deanonymized.
Request
URI
POST
https://umip/api/v1/deanonymize
COPY
Request Body
string
text
Required
The content of the usage report to be deanonymized.
Responses
202
Data deanonymized successfully.
Returns
PostDeanonymize
of type(s)
application/json
{
"text": "string"
}
string
text
Required
The content of the usage report to be deanonymized.
401
Provided access token is missing or invalid.
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"text":"string"}' https://{api_host}/api/v1/deanonymize