List verified authenticators
List verified authenticators
Request
Add parameter in header X-DPT-AUTHORIZATION
Example:X-DPT-AUTHORIZATION: ********************
or
Request Code Samples
curl --location --request GET 'https://sandbox.privicore.com:9009/verified-authenticator/list-verified-authenticator' \
--header 'X-DPT-AUTHORIZATION: <api-key>'
Responses
{
"items": [
{
"deviceIdentifier": "example_device_identifier",
"profileId": "example_owner_profile",
"status": 1,
"metaName": "meta_name_example",
"metaSecurityLabel": [
"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