Overview#
Initiate device registration by requesting a unique identifier from Privicore. This creates a pending device registration under the user's profile.Request Unique Identifier#
Endpoint: POST /device/request-unique-identifierUse Case#
This is the first step in device registration. When third-party software needs to register as a Storage or Authenticator device, it requests a unique identifier that will serve as its device identity within Privicore.The request creates a pending device registration associated with the authenticated user's profile. The device must subsequently retrieve this identifier, register a public key, and wait for user approval before becoming active.This creates a pending device registration requiring user approval
The unique identifier serves as the device's identity in Privicore
After requesting, use the retrieve unique identifier endpoint to obtain the assigned ID
Device cannot participate in storage or authentication until approved