Overview#
Retrieve your unique profile identifier that third-party applications can use as a key to track your Privicore profile.Retrieve Profile ID#
Use Case#
Third-party applications use this profile ID as a consistent key to associate data with your Privicore profile across their systems.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/profile/retrieve-profile-id' \
--header 'X-DPT-AUTHORIZATION: <api-key>'
Responses
{
"profileId": "example_profile_id"
}
Modified at 2025-12-02 11:32:52