Contact
Overview
ReflexDB Control Plane API 1.0.0
Section titled “ReflexDB Control Plane API 1.0.0”The ReflexDB control plane API manages database registrations, instance provisioning, billing, and access control.
Authentication: Provide a Bearer token in the Authorization header. Accepted token types:
- Cognito JWT (
eyJ...) — issued by the dashboard login flow - Management API key (
rmk_<id>.<secret>) — created viaPOST /v1/account/management-keys
Admin routes (/v1/admin/...) require the reflexdb-admins Cognito group.
Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”Cognito JWT (eyJ...) or management API key (rmk_<id>.<secret>)
Security scheme type: http