Skip to main content
ErynoaGroup offers several configuration options to adapt its behavior to your needs. This page covers the options available to you as a customer — all accessible through your dashboard or as request-level parameters.

Request-level options

These options are passed as headers or query parameters on individual API requests.

Idempotency keys

For POST requests that create or modify resources, include an Idempotency-Key header to safely retry without duplicating operations:
Idempotency keys are valid for 24 hours. Reusing the same key within that window returns the cached result.

Pagination

Control how many results are returned per page using per_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 the sort parameter:
Use - 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)