Overview
Warrn implements the OpsGenie Alert API v2. If you’re migrating from OpsGenie, update two things:- Base URL:
https://api.opsgenie.com→https://api.warrn.io - Auth header:
Authorization: GenieKey xxx→Authorization: Bearer warrn_xxx
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 anidentifierType 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)