API and Webhooks for Developers
Programmatic access to your workspace: API keys, event webhooks, and the developer portal.
Developer Portal — everything you need to integrate Oprela with your systems.
Where to find it
Settings → API & Webhooks (…/developers).
API Keys
- Create API key → name and permissions (read/write, which resources).
- The key is shown only once — save it in a secrets manager.
- Use it in the headers of your API requests; endpoint documentation is on the same page.
Webhooks
Subscribe your URL to events: new order, status change, new customer. Each event is a POST with JSON. Delivery logs and retries are available there. Marketing events are separate: Marketing Webhooks.
Security
- Keep keys out of your code (use environment variables);
- Limit key permissions to the minimum necessary;
- If compromised — delete the key and create a new one.