Skip to content

Eriga for developers

Everything you need to build against Eriga — concepts, guides, and the REST API reference.
  • IDs are UUIDs.
  • Timestamps are ISO 8601 with timezone.
  • Pagination uses page and pageSize query parameters; responses include a total count.
  • All requests require an Authorization: Bearer <token> header; most also require X-Space-Id to select the tenant.
  • Errors follow a consistent JSON body with an HTTP status derived from the exception class name — see Errors.