Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Incident.io API Keys API

The API Keys API from Incident.io — 3 operation(s) for api keys.

Incident.io API Keys API is one of 25 APIs that Incident.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include API Keys. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.incident.io/v2.

6 operations 3 paths 2 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Server
https://api.incident.io/v2
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Incident.io API Keys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

API Keys 6
GET
/api-keys
List API keys
listApiKeys → 200
POST
/api-keys
Create API key
createApiKey body → 201
GET
/api-keys/{id}
Show API key
getApiKey 1 param → 200
PUT
/api-keys/{id}
Update API key
updateApiKey 1 param body → 200
DELETE
/api-keys/{id}
Delete API key
deleteApiKey 1 param → 204
POST
/api-keys/{id}/rotate
Rotate API key
rotateApiKey 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is ListResponse (2 properties). Each schema is shown below with its type and property counts.

Resource
object
ListResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

incident-io-api-keys-api-openapi.yml Raw ↑

Other APIs Incident.io publishes across the network.

Incident.io Actions API
Incident.io Alert Attributes API
Incident.io Alert Routes API
Incident.io Alert Sources API
Incident.io Alerts API
Incident.io Catalog Entries API
Incident.io Catalog Types API
Incident.io Custom Fields API
Incident.io Escalation Paths API
Incident.io Escalations API
Incident.io Follow-ups API
Incident.io Incident Roles API