Retrieve the unique identifier assigned to a device registration request. This endpoint works for devices created through the standard registration flow or via directory device creation.
After requesting device registration, use this endpoint to retrieve the unique identifier assigned to the device. This identifier is required for subsequent device configuration steps, including public key registration and metadata configuration.The endpoint accepts creation command IDs from both the standard device registration flow and the directory device creation endpoint, providing flexibility in device provisioning workflows.
Retrieves the device identifier assigned during registration Works with identifiers from multiple device creation methods The identifier is required for completing device setup Store the identifier securely for device management operations
Request
Authorization
API Key
Add parameter in header
X-DPT-AUTHORIZATION
Example:
X-DPT-AUTHORIZATION: ********************
or
Header Params
Body Params application/x-www-form-urlencoded
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 POST 'https://sandbox.privicore.com:9009/device/retrieve-unique-identifier' \
--header'X-DPT-AUTHORIZATION: <api-key>' \
--data-urlencode'id='