Request-level options
These options are passed as headers or query parameters on individual API requests.Idempotency keys
ForPOST requests that create or modify resources, include an Idempotency-Key header to safely retry without duplicating operations:
Pagination
Control how many results are returned per page usingper_page (default: 20, max: 100) and navigate pages using the cursor parameter:
Filtering and sorting
Filter results using query parameters specific to each resource type, and sort using thesort parameter:
- prefix for descending order, no prefix for ascending.
Metadata
Attach up to 50 key-value pairs of custom metadata to any resource. Metadata is returned in all API responses and can be used to store application-specific information without affecting ErynoaGroup’s behavior:Metadata keys must be strings of up to 40 characters. Values must be strings of up to 500 characters.
Dashboard settings
The following settings are configurable through your ErynoaGroup dashboard:Webhook configuration
API key settings
Notification preferences
Configure email alerts for:- API error rate thresholds (e.g., alert when error rate exceeds 5%)
- Webhook delivery failures
- Rate limit warnings (e.g., alert at 80% of monthly quota)
- API key expiry reminders (7 days before expiry)