Request
Add parameter in header X-DPT-AUTHORIZATION
Example:X-DPT-AUTHORIZATION: ********************
or
Request Code Samples
curl --location -g --request GET 'https://sandbox.privicore.com:9009/data-token/list-data-tokens?page&perPage&filters[meta.file.fileName]&filters[meta.file.extension]' \
--header 'X-DPT-AUTHORIZATION: <api-key>'
Responses
{
"items": [
{
"id": "acb21f72-7915-4a63-aad1-c1a438729061",
"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
}
}
Modified at 2025-12-02 10:52:26