V

VictorOps API

by VictorOps Free tier

This API allows you to interact with the VictorOps platform in various ways. Your account may be limited to a total number of API calls per month. Also, some of these API calls have rate limits. NOTE: In this documentation when creating a sample curl request (clicking the TRY IT OUT! button), in some API viewing interfaces, the '@' in an email address may be encoded. Please note that the REST end

communication

Quick Reference

Base URL https://api.victorops.com/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/victorops.com/0.0.3.json Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.18s (checked Mar 29, 2026) Builder score D 45% builder-friendly
Pricing
28
Latency
30
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /api-public/v1/alerts/{uuid} Retrieve alert details.
GET /api-public/v1/incidents Get current incident information
POST /api-public/v1/incidents Create a new incident
PATCH /api-public/v1/incidents/ack Acknowledge an incident or list of incidents
PATCH /api-public/v1/incidents/byUser/ack Acknowledge all incidents for which a user was paged.
PATCH /api-public/v1/incidents/byUser/resolve Resolve all incidents for which a user was paged.
POST /api-public/v1/incidents/reroute Reroute one or more incidents to one or more new routable destinations.
PATCH /api-public/v1/incidents/resolve Resolve an incident or list of incidents

Sample Request

curl 'https://api.victorops.com//api-public/v1/alerts/{uuid}' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official VictorOps documentation.