Skip to content

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.

  • 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.

  1. Create a narrowly scoped API key.
  2. Make one read request and one idempotent test write in a non-production customer workspace.
  3. Add a webhook endpoint and store its signing secret.
  4. Send Qonvera’s test event and verify the signature.
  5. Subscribe only to required event types.
  6. 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.