REST API
Cerberus has a REST API that implements all functions available including:
- Dashboard endpoints serve the Dashboard UI, a
React single-page application (SPA).
- Authentication endpoints support both User and IAM authentication.
- Safe Deposit Box endpoints for creating, reading, updating, and deleting secrets.
- Admin endpoints that help with managing a Cerberus environment
For more information, please see the full API Documentation.
Also review the API Test suite for example calls.
References