Use this endpoint to view all devices associated with your profile. The response includes:
Pending devices awaiting approval
Active devices (approved and operational)
Device metadata (name, type, configuration)
Device status and capabilities
This is useful for:
Auditing registered devices
Managing device approval workflow
Monitoring which devices have access to your data
Identifying devices for removal or configuration updates
Returns both pending and approved devices Includes device type information (Storage, Authenticator, or both) Use device identifiers from the response for approval, rejection, or removal operations
Request
Authorization
API Key
Add parameter in header
X-DPT-AUTHORIZATION
Example:
X-DPT-AUTHORIZATION: ********************
or
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://sandbox.privicore.com:9009/device/retrieve-profile-devices' \
--header'X-DPT-AUTHORIZATION: <api-key>'