# VictorOps API **Provider:** VictorOps **Category:** communication **Base URL:** `https://api.victorops.com/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/victorops.com/0.0.3.json ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.victorops.com//api-public/v1/alerts/{uuid}` | Retrieve alert details. | | GET | `https://api.victorops.com//api-public/v1/incidents` | Get current incident information | | POST | `https://api.victorops.com//api-public/v1/incidents` | Create a new incident | | PATCH | `https://api.victorops.com//api-public/v1/incidents/ack` | Acknowledge an incident or list of incidents | | PATCH | `https://api.victorops.com//api-public/v1/incidents/byUser/ack` | Acknowledge all incidents for which a user was paged. | | PATCH | `https://api.victorops.com//api-public/v1/incidents/byUser/resolve` | Resolve all incidents for which a user was paged. | | POST | `https://api.victorops.com//api-public/v1/incidents/reroute` | Reroute one or more incidents to one or more new routable destinations. | | PATCH | `https://api.victorops.com//api-public/v1/incidents/resolve` | Resolve an incident or list of incidents | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://api.victorops.com//api-public/v1/alerts/{uuid}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/victorops/) — CC BY 4.0*