Integrate Areebi into your existing toolchain. Manage policies, query audit logs, and automate governance workflows through our REST API. Full interactive API documentation is coming soon.
All API requests require authentication using scoped API tokens. Tokens are created in the Areebi admin panel with configurable permissions and expiration.
Include your API token in the Authorization header of every request. Tokens support scoped permissions (read-only, policy management, full admin) and configurable expiration periods.
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
https://your-areebi-instance.com/api/v1/policiesAPI tokens are created in Admin > API Keys. Each token can be scoped to specific workspaces and permission levels. See the Getting Started guide for initial setup.
Areebi's REST API covers policy management, audit log queries, workspace administration, and compliance reporting.
Create, update, and manage DLP rules and governance policies programmatically.
GET /api/v1/policiesPOST /api/v1/policiesPUT /api/v1/policies/:idDELETE /api/v1/policies/:idQuery, filter, and export immutable audit records for compliance reporting.
GET /api/v1/auditGET /api/v1/audit/:idPOST /api/v1/audit/exportGET /api/v1/audit/statsManage workspaces, user assignments, and workspace-level configurations.
GET /api/v1/workspacesPOST /api/v1/workspacesPUT /api/v1/workspaces/:idGET /api/v1/workspaces/:id/usersGenerate compliance reports, usage summaries, and DLP event analytics.
POST /api/v1/reports/generateGET /api/v1/reports/:idGET /api/v1/reports/templatesFull interactive API documentation with request/response examples is coming soon. In the meantime, request a demo for a guided walkthrough of API capabilities.
Areebi applies rate limits to protect platform stability. Limits are generous for governance operations and configurable for enterprise deployments.
Since Areebi deploys on your infrastructure, rate limits are primarily for internal resource protection rather than external throttling.
Rate limits are configurable for Enterprise Defense tier deployments. Contact your account team or visit our pricing page for details.
Official SDKs for popular languages are in development. The REST API is available now for all integrations.
Need API access or have integration questions? Explore the platform capabilities or review supported integrations.