X-DPT-AUTHORIZATION: ********************curl --location -g --request GET 'https://sandbox.privicore.com:9009/directory//list-devices?page&perPage&filters[configured]&filters[profile]' \
--header 'X-DPT-AUTHORIZATION: <api-key>'{
"items": [
{
"deviceIdentifier": "example_device_identifier",
"profileId": "example_profile_id",
"configured": 0,
"status": 1,
"metaName": "example_meta_name",
"metaSecurityLabel": [
"string"
],
"createdAt": "2025-02-10T10:03:06+00:00"
}
],
"meta": {
"page": 1,
"perPage": 25,
"count": 1,
"maxPage": 1
}
}