Your data can be accessed by external applications (applications that you build yourself or that are not Priva applications) through API calls. To do this, you will first need to add the applications in Access Control.
- Go to the Applications tab in Access Control.
This tab will be available in Access Control when the subscription includes the use of at least one API.
- Register the application in Access Control: add the application and grant site access and assign roles to the application (more info: Roles and site access)
Next, the credentials (Organization ID, Application ID and Application Secret) will be generated and given to you.
You will only see the full application secret once after creation (or once after the secret is regenerated). Make sure to store it in a safe place where your application code can access it.
- Use the credentials to authorize the application in Priva’s cloud environment.
- Call the API.
More information about Priva APIs can be found in API Services and on the Priva API Developer Portal .