Skip to main content

Overview

Warrn implements the OpsGenie Alert API v2. If you’re migrating from OpsGenie, update two things:
  1. Base URL: https://api.opsgenie.comhttps://api.warrn.io
  2. Auth header: Authorization: GenieKey xxxAuthorization: Bearer warrn_xxx
Everything else — request format, field names, query parameters — stays the same.

Supported Endpoints

Field Mapping

When you send OpsGenie-formatted requests, Warrn maps fields automatically:

Identifier Types

All endpoints that operate on a single alert accept an identifierType query parameter:

What’s Not Supported

These OpsGenie features are not implemented:
  • Alert count (grouping duplicate alerts into a count is handled via deduplication instead)
  • Snooze / unsnooze
  • Assign / unassign owner
  • Custom actions
  • Escalate to next
  • Saved searches
  • Schedules and rotations (Warrn has its own on-call system)
  • Heartbeats via this endpoint (Warrn has a separate heartbeat system)

Migration Example

Before (OpsGenie):
After (Warrn):
Same payload, different URL and auth header.