My App
API

API Reference

OpenAPI-powered reference plus endpoint pages grouped by tag.

OpenAPI Specification

Base URL

https://api.hyrelog.com

Authentication

  • Most /v1/* endpoints require Authorization: Bearer YOUR_API_KEY.
  • /health does not require authentication.

Core Endpoint Groups

  • Events: ingest and query audit events
  • API Keys: key status and dashboard-managed key lifecycle
  • Webhooks: create/list/enable/disable webhooks and inspect deliveries
  • Exports: create export jobs, check status, download data

Browse Endpoints

  • /api/endpoints/health-check
  • /api/endpoints/events-ingest
  • /api/endpoints/events-query
  • /api/endpoints/keys-create
  • /api/endpoints/keys-rotate
  • /api/endpoints/keys-status
  • /api/endpoints/webhooks-create
  • /api/endpoints/webhooks-list
  • /api/endpoints/webhooks-disable
  • /api/endpoints/webhooks-enable
  • /api/endpoints/webhooks-deliveries
  • /api/endpoints/exports-create
  • /api/endpoints/exports-status
  • /api/endpoints/exports-download

Interactive API Viewer

Common Responses

  • 200 success
  • 201 created
  • 403 forbidden (scope/plan restrictions)

Use the OpenAPI spec for complete request and response schema details.

On this page