Skip to content

Setup

The Secure Privacy REST API allows you to interact with your Domains, Mobile Apps and Policies programmatically. This API is useful for integrating Secure Privacy into your backend services or custom applications.

Base URL

https://api-prod.secureprivacy.ai

Authentication

Our REST API uses API keys to authenticate requests. Please email [email protected] to receive your secret API key (self-serve API keys are under construction).

Danger

This API key must never be shared publicly or exposed in client-side code. If you believe your API key has been compromised, please contact us immediately.

To authenticate with the Secure Privacy API, you need to provide your API key as the Bearer Token authorization header.

Authorization: Bearer {token}

Not every request requires authentication. The API reference will specify which endpoints require authentication with the below annotation:

[Authentication required]