Developer platform
Owners and Admins can open Settings → Developers to create API keys and webhook endpoints. Qonvera shows each secret once; copy it into a secure secret manager immediately.
Public API
Section titled “Public API”- Base URL:
https://qonvera-521534438700.europe-west1.run.app/public/v1 - Authentication:
Authorization: Bearer <api-key> - Content type:
application/json - Documentation and interactive examples: Qonvera API documentation
Use the service URL shown in the developer documentation for testing. Never place a server API key in frontend browser code.
Recommended integration sequence
Section titled “Recommended integration sequence”- Create a narrowly scoped API key.
- Make one read request and one idempotent test write in a non-production customer workspace.
- Add a webhook endpoint and store its signing secret.
- Send Qonvera’s test event and verify the signature.
- Subscribe only to required event types.
- Monitor delivery status and retry failed deliveries from Qonvera when appropriate.
Public API access and webhook delivery can be deployment-disabled even when configuration screens are visible. If Qonvera shows that message, the feature flag must be enabled by the Qonvera operator before customer traffic will run.
