curl --location --request GET 'https://stage.privicore.com:9009/data-token/list-data-tokens' \
--header 'X-DPT-AUTHORIZATION;'
{
"items": [
{
"token": "example_data_token",
"profileId": "example_profile_id",
"context": "example_context",
"dataSize": 15,
"outputType": 0,
"meta": [
"string"
],
"createdAt": "2025-02-10T10:03:06+00:00"
}
],
"meta": {
"page": 1,
"perPage": 25,
"count": 1,
"maxPage": 1
}
}