# incident.io: API reference

## API reference

### Getting started

- [Introduction](https://docs.incident.io/api-reference/introduction.md): The incident.io API — endpoints, authentication, rate limits, and error handling.
- [API Changelog](https://docs.incident.io/api-reference/changelog.md): Every change to the incident.io public API, generated from our OpenAPI specification.

### API Keys

- [API Keys](https://docs.incident.io/api-reference/api-keys-v1.md): API endpoints for api keys
- [List](https://docs.incident.io/api-reference/api-keys-v1/list.md): List API keys visible to the calling API key, with pagination. An API key with account-level `api_keys_manage` access will see all keys, while a key with the `api_keys_manage` role scoped to specific teams will only see keys belonging to those teams.
- [Create](https://docs.incident.io/api-reference/api-keys-v1/create.md): Create a new API key. The calling API key can only assign roles whose scopes are a subset of its own. The `api_keys_manage` role cannot be assigned via the API. An organization can have a maximum of 5000 active API keys.
- [Delete](https://docs.incident.io/api-reference/api-keys-v1/delete.md): Delete an existing API key. The calling API key does not need to hold the scopes of the key being deleted, but a team-scoped key can only delete keys belonging to its teams.
- [Show](https://docs.incident.io/api-reference/api-keys-v1/show.md): Show details of a specific API key, including its roles, team assignments and when its token was last issued.
- [Update](https://docs.incident.io/api-reference/api-keys-v1/update.md): Update an existing API key's name, roles, or team assignments. All fields must be provided (PUT semantics). The calling API key can only assign roles whose scopes are a subset of its own. An API key cannot edit itself, and the `api_keys_manage` role cannot be assigned via the API.
- [Rotate](https://docs.incident.io/api-reference/api-keys-v1/rotate.md): Rotate the access token for an API key. This generates a new bearer token and optionally keeps the old token valid for a configurable grace period (up to 60 minutes), allowing a seamless rollover without downtime. The calling API key must have all the scopes of the key being rotated.

### Utilities

- [Utilities](https://docs.incident.io/api-reference/utilities-v1.md): API endpoints for utilities
- [Show Identity](https://docs.incident.io/api-reference/utilities-v1/show-identity.md): Test if your API key is valid, and which roles it has.
- [List IP Ranges](https://docs.incident.io/api-reference/utilities-v1/list-ip-ranges.md): List the IP addresses our requests to your systems come from.
- [Show OpenAPI V3 Spec](https://docs.incident.io/api-reference/utilities-v1/show-openapi-v3-spec.md): Get the OpenAPI (v3) definition.

### Actions

- [Actions](https://docs.incident.io/api-reference/actions-v3.md): API endpoints for actions
- [List](https://docs.incident.io/api-reference/actions-v3/list.md): List actions for an organisation.
- [Create](https://docs.incident.io/api-reference/actions-v3/create.md): Create a new incident action.
- [Delete](https://docs.incident.io/api-reference/actions-v3/delete.md): Delete an incident action.
- [Show](https://docs.incident.io/api-reference/actions-v3/show.md): Get a single incident action.
- [Update](https://docs.incident.io/api-reference/actions-v3/update.md): Update an existing incident action.

### Alert Attributes

- [Alert Attributes](https://docs.incident.io/api-reference/alert-attributes-v2.md): API endpoints for alert attributes
- [List](https://docs.incident.io/api-reference/alert-attributes-v2/list.md): List alert attributes.
- [Create](https://docs.incident.io/api-reference/alert-attributes-v2/create.md): Create a new alert attribute.
- [Delete](https://docs.incident.io/api-reference/alert-attributes-v2/delete.md): Destroy an alert attribute.
- [Show](https://docs.incident.io/api-reference/alert-attributes-v2/show.md): Show an alert attribute.
- [Update](https://docs.incident.io/api-reference/alert-attributes-v2/update.md): Update an alert attribute.

### Alert Events

- [Alert Events](https://docs.incident.io/api-reference/alert-events-v2.md): API endpoints for alert events
- [Create](https://docs.incident.io/api-reference/alert-events-v2/create.md): Create an alert event using an HTTP source.

### Alert Notes

- [Alert Notes](https://docs.incident.io/api-reference/alert-notes-v1.md): API endpoints for alert notes
- [List](https://docs.incident.io/api-reference/alert-notes-v1/list.md): List alert notes attached to an alert.
- [Create](https://docs.incident.io/api-reference/alert-notes-v1/create.md): Add a note to an alert.
- [Delete](https://docs.incident.io/api-reference/alert-notes-v1/delete.md): Delete an alert note.
- [Show](https://docs.incident.io/api-reference/alert-notes-v1/show.md): Get a single alert note.
- [Update](https://docs.incident.io/api-reference/alert-notes-v1/update.md): Replace the content of an alert note.

### Alert Routes

- [Alert Routes](https://docs.incident.io/api-reference/alert-routes-v3.md): API endpoints for alert routes
- [List](https://docs.incident.io/api-reference/alert-routes-v3/list.md): List all alert routes in your account.
- [Create](https://docs.incident.io/api-reference/alert-routes-v3/create.md): Create a new alert route in your account.
- [Delete](https://docs.incident.io/api-reference/alert-routes-v3/delete.md): Delete an existing alert route in your account.
- [Show](https://docs.incident.io/api-reference/alert-routes-v3/show.md): Load details about a specific alert route in your account.
- [Update](https://docs.incident.io/api-reference/alert-routes-v3/update.md): Update an existing alert route in your account.

### Alert Sources

- [Alert Sources](https://docs.incident.io/api-reference/alert-sources-v2.md): API endpoints for alert sources
- [List](https://docs.incident.io/api-reference/alert-sources-v2/list.md): List all alert sources in your account.
- [Create](https://docs.incident.io/api-reference/alert-sources-v2/create.md): Create a new alert source in your account.
- [Delete](https://docs.incident.io/api-reference/alert-sources-v2/delete.md): Delete an existing alert source in your account.
- [Show](https://docs.incident.io/api-reference/alert-sources-v2/show.md): Load details about a specific alert source in your account.
- [Update](https://docs.incident.io/api-reference/alert-sources-v2/update.md): Update an existing alert source in your account.
- [Validate](https://docs.incident.io/api-reference/alert-sources-v2/validate.md): Check whether an alert source template is valid, without creating or updating anything.

### Alerts

- [Alerts](https://docs.incident.io/api-reference/alerts-v2.md): API endpoints for alerts
- [List](https://docs.incident.io/api-reference/alerts-v2/list.md): List all alerts for your account. ```bash
- [Show](https://docs.incident.io/api-reference/alerts-v2/show.md): Show a single alert for your account
- [Resolve](https://docs.incident.io/api-reference/alerts-v2/resolve.md): Resolve a currently firing alert.

### Call Sessions

- [Call Sessions](https://docs.incident.io/api-reference/call-sessions-v2.md): API endpoints for call sessions
- [List](https://docs.incident.io/api-reference/call-sessions-v2/list.md): List Scribe call sessions, newest first, filtered by incident.

### Call Transcript Entries

- [Call Transcript Entries](https://docs.incident.io/api-reference/call-transcript-entries-v2.md): API endpoints for call transcript entries
- [List](https://docs.incident.io/api-reference/call-transcript-entries-v2/list.md): List transcript entries for a call session, oldest first.

### Catalog Entries

- [Catalog Entries](https://docs.incident.io/api-reference/catalog-entries-v3.md): API endpoints for catalog entries
- [List Entries](https://docs.incident.io/api-reference/catalog-entries-v3/list-entries.md): List entries for a catalog type.
- [Create Entry](https://docs.incident.io/api-reference/catalog-entries-v3/create-entry.md): Create an entry within the catalog. We support a maximum of 50,000 entries per type.
- [Delete Entry](https://docs.incident.io/api-reference/catalog-entries-v3/delete-entry.md): Archives a catalog entry.
- [Show Entry](https://docs.incident.io/api-reference/catalog-entries-v3/show-entry.md): Show a single catalog entry.
- [Update Entry](https://docs.incident.io/api-reference/catalog-entries-v3/update-entry.md): Updates an existing catalog entry.
- [Bulk Update Entries](https://docs.incident.io/api-reference/catalog-entries-v3/bulk-update-entries.md): Update multiple catalog entries in a single operation. You can update up to 250 entries at once. This operation is atomic - either all entries are updated successfully, or none are updated.

### Catalog Resources

- [Catalog Resources](https://docs.incident.io/api-reference/catalog-resources-v3.md): API endpoints for catalog resources
- [List Resources](https://docs.incident.io/api-reference/catalog-resources-v3/list-resources.md): List available engine resources for the catalog.

### Catalog Types

- [Catalog Types](https://docs.incident.io/api-reference/catalog-types-v3.md): API endpoints for catalog types
- [List Types](https://docs.incident.io/api-reference/catalog-types-v3/list-types.md): List all catalog types for an organisation, including those synced from external resources.
- [Create Type](https://docs.incident.io/api-reference/catalog-types-v3/create-type.md): Create a catalog type. The schema must be updated using the UpdateTypeSchema endpoint.
- [Delete Type](https://docs.incident.io/api-reference/catalog-types-v3/delete-type.md): Archives a catalog type and associated entries.
- [Show Type](https://docs.incident.io/api-reference/catalog-types-v3/show-type.md): Show a single catalog type.
- [Update Type](https://docs.incident.io/api-reference/catalog-types-v3/update-type.md): Updates an existing catalog type. The schema must be updated using the UpdateTypeSchema endpoint.
- [Update Type Schema](https://docs.incident.io/api-reference/catalog-types-v3/update-type-schema.md): Update an existing catalog types schema, adding or removing attributes.

### Custom Field Options

- [Custom Field Options](https://docs.incident.io/api-reference/custom-field-options-v1.md): API endpoints for custom field options
- [List](https://docs.incident.io/api-reference/custom-field-options-v1/list.md): Show custom field options for a custom field
- [Create](https://docs.incident.io/api-reference/custom-field-options-v1/create.md): Create a custom field option. If the sort key is not supplied, it'll default to 1000, so the option appears near the end of the list.
- [Delete](https://docs.incident.io/api-reference/custom-field-options-v1/delete.md): Delete a custom field option
- [Show](https://docs.incident.io/api-reference/custom-field-options-v1/show.md): Get a single custom field option
- [Update](https://docs.incident.io/api-reference/custom-field-options-v1/update.md): Update a custom field option

### Custom Fields

- [Custom Fields](https://docs.incident.io/api-reference/custom-fields-v2.md): API endpoints for custom fields
- [List](https://docs.incident.io/api-reference/custom-fields-v2/list.md): List all custom fields for an organisation.
- [Create](https://docs.incident.io/api-reference/custom-fields-v2/create.md): Create a new custom field
- [Delete](https://docs.incident.io/api-reference/custom-fields-v2/delete.md): Delete a custom field
- [Show](https://docs.incident.io/api-reference/custom-fields-v2/show.md): Get a single custom field.
- [Update](https://docs.incident.io/api-reference/custom-fields-v2/update.md): Update the details of a custom field

### Escalation Paths

- [Escalation Paths](https://docs.incident.io/api-reference/escalation-paths-v2.md): API endpoints for escalation paths
- [List](https://docs.incident.io/api-reference/escalation-paths-v2/list.md): List all escalation paths in your account.
- [Create](https://docs.incident.io/api-reference/escalation-paths-v2/create.md): Create an escalation path.
- [Delete](https://docs.incident.io/api-reference/escalation-paths-v2/delete.md): Archives an escalation path.
- [Show](https://docs.incident.io/api-reference/escalation-paths-v2/show.md): Show an escalation path.
- [Update](https://docs.incident.io/api-reference/escalation-paths-v2/update.md): Updates an escalation path.

### Escalations

- [Escalations](https://docs.incident.io/api-reference/escalations-v2.md): API endpoints for escalations
- [List](https://docs.incident.io/api-reference/escalations-v2/list.md): List all escalations for your account.
- [Create](https://docs.incident.io/api-reference/escalations-v2/create.md): Create an escalation.
- [Check permissions](https://docs.incident.io/api-reference/escalations-v2/check-permissions.md): Check whether the given users can currently acknowledge, decline, or snooze an escalation.
- [Reassign](https://docs.incident.io/api-reference/escalations-v2/reassign.md): Reassign an escalation to a different escalation path or set of users.
- [Respond](https://docs.incident.io/api-reference/escalations-v2/respond.md): Respond to an escalation.
- [Show](https://docs.incident.io/api-reference/escalations-v2/show.md): Show a specific escalation.
- [Cancel](https://docs.incident.io/api-reference/escalations-v2/cancel.md): Cancel an escalation.

### Follow-ups

- [Follow-ups](https://docs.incident.io/api-reference/follow-ups-v3.md): API endpoints for follow-ups
- [List](https://docs.incident.io/api-reference/follow-ups-v3/list.md): List follow-ups for an organisation.
- [Create](https://docs.incident.io/api-reference/follow-ups-v3/create.md): Create a new incident follow-up.
- [Delete](https://docs.incident.io/api-reference/follow-ups-v3/delete.md): Delete an incident follow-up.
- [Show](https://docs.incident.io/api-reference/follow-ups-v3/show.md): Get a single incident follow-up.
- [Update](https://docs.incident.io/api-reference/follow-ups-v3/update.md): Update an existing incident follow-up.
- [Connect external issue](https://docs.incident.io/api-reference/follow-ups-v3/connect-external-issue.md): Connect a follow-up to an existing issue in an issue tracker, using the URL of the issue.

### Heartbeat

- [Heartbeat](https://docs.incident.io/api-reference/heartbeat-v2.md): API endpoints for heartbeat
- [Ping (GET)](https://docs.incident.io/api-reference/heartbeat-v2/ping-get.md): Send a heartbeat ping for the specified alert source.
- [Ping (POST)](https://docs.incident.io/api-reference/heartbeat-v2/ping-post.md): Send a heartbeat ping for the specified alert source.

### Incident Activity Log Entries

- [Incident Activity Log Entries](https://docs.incident.io/api-reference/incident-activity-log-entries-v2.md): API endpoints for incident activity log entries
- [List](https://docs.incident.io/api-reference/incident-activity-log-entries-v2/list.md): List the activity log entries for an incident, oldest first.

### Incident Alerts

- [Incident Alerts](https://docs.incident.io/api-reference/incident-alerts-v2.md): API endpoints for incident alerts
- [List](https://docs.incident.io/api-reference/incident-alerts-v2/list.md): List the connections between incidents and alerts
- [Create](https://docs.incident.io/api-reference/incident-alerts-v2/create.md): Attach an alert to an incident, creating the connection between them.
- [Transition](https://docs.incident.io/api-reference/incident-alerts-v2/transition.md): Confirm or detach the connection between an alert and an incident.

### Incident Attachments

- [Incident Attachments](https://docs.incident.io/api-reference/incident-attachments-v1.md): API endpoints for incident attachments
- [List](https://docs.incident.io/api-reference/incident-attachments-v1/list.md): List all incident attachments for a given external resource or incident. You must provide either a specific incident ID or a specific external resource type and external ID.
- [Create](https://docs.incident.io/api-reference/incident-attachments-v1/create.md): Attaches an external resource to an incident.
- [Delete](https://docs.incident.io/api-reference/incident-attachments-v1/delete.md): Unattaches an external resource from an incident

### Incident Memberships

- [Incident Memberships](https://docs.incident.io/api-reference/incident-memberships-v1.md): API endpoints for incident memberships
- [Create](https://docs.incident.io/api-reference/incident-memberships-v1/create.md): Makes a user a member of a private incident
- [Revoke](https://docs.incident.io/api-reference/incident-memberships-v1/revoke.md): Revoke a user's membership of a private incident

### Incident Participant Workloads

- [Incident Participant Workloads](https://docs.incident.io/api-reference/incident-participant-workloads-v2.md): API endpoints for incident participant workloads
- [List](https://docs.incident.io/api-reference/incident-participant-workloads-v2/list.md): List the participants of an incident with their workload.

### Incident Participants

- [Incident Participants](https://docs.incident.io/api-reference/incident-participants-v2.md): API endpoints for incident participants
- [List](https://docs.incident.io/api-reference/incident-participants-v2/list.md): List the participants of an incident with the role they took.

### Incident Relationships

- [Incident Relationships](https://docs.incident.io/api-reference/incident-relationships-v1.md): API endpoints for incident relationships
- [List](https://docs.incident.io/api-reference/incident-relationships-v1/list.md): List related incidents for a specific incident.

### Incident Roles

- [Incident Roles](https://docs.incident.io/api-reference/incident-roles-v2.md): API endpoints for incident roles
- [List](https://docs.incident.io/api-reference/incident-roles-v2/list.md): List all incident roles for an organisation.
- [Create](https://docs.incident.io/api-reference/incident-roles-v2/create.md): Create a new incident role
- [Delete](https://docs.incident.io/api-reference/incident-roles-v2/delete.md): Removes an existing role
- [Show](https://docs.incident.io/api-reference/incident-roles-v2/show.md): Get a single incident role.
- [Update](https://docs.incident.io/api-reference/incident-roles-v2/update.md): Update an existing incident role

### Incident Statuses

- [Incident Statuses](https://docs.incident.io/api-reference/incident-statuses-v1.md): API endpoints for incident statuses
- [List](https://docs.incident.io/api-reference/incident-statuses-v1/list.md): List all incident statuses for an organisation.
- [Create](https://docs.incident.io/api-reference/incident-statuses-v1/create.md): Create a new incident status
- [Delete](https://docs.incident.io/api-reference/incident-statuses-v1/delete.md): Delete an incident status
- [Show](https://docs.incident.io/api-reference/incident-statuses-v1/show.md): Get a single incident status.
- [Update](https://docs.incident.io/api-reference/incident-statuses-v1/update.md): Update an existing incident status

### Incident Templates

- [Incident Templates](https://docs.incident.io/api-reference/incident-templates-v1.md): API endpoints for incident templates
- [List](https://docs.incident.io/api-reference/incident-templates-v1/list.md): List all incident templates for this organisation.
- [Create](https://docs.incident.io/api-reference/incident-templates-v1/create.md): Create an incident template.
- [Delete](https://docs.incident.io/api-reference/incident-templates-v1/delete.md): Archive an incident template. Fails if the template is still referenced by an alert route.
- [Show](https://docs.incident.io/api-reference/incident-templates-v1/show.md): Show a single incident template.
- [Update](https://docs.incident.io/api-reference/incident-templates-v1/update.md): Update an incident template. This is a full replacement: any field not supplied is cleared.
- [Validate](https://docs.incident.io/api-reference/incident-templates-v1/validate.md): Check whether an incident template's config is valid, without creating or updating anything.

### Incident Timeline Items

- [Incident Timeline Items](https://docs.incident.io/api-reference/incident-timeline-items-v2.md): API endpoints for incident timeline items
- [List](https://docs.incident.io/api-reference/incident-timeline-items-v2/list.md): List the timeline items for an incident, oldest first.
- [Create](https://docs.incident.io/api-reference/incident-timeline-items-v2/create.md): Add a custom item to an incident's timeline.
- [Update](https://docs.incident.io/api-reference/incident-timeline-items-v2/update.md): Edit a timeline item.

### Incident Timestamps

- [Incident Timestamps](https://docs.incident.io/api-reference/incident-timestamps-v2.md): API endpoints for incident timestamps
- [List](https://docs.incident.io/api-reference/incident-timestamps-v2/list.md): List all incident timestamps for an organisation.
- [Show](https://docs.incident.io/api-reference/incident-timestamps-v2/show.md): Get a single incident timestamp.

### Incident Types

- [Incident Types](https://docs.incident.io/api-reference/incident-types-v1.md): API endpoints for incident types
- [List](https://docs.incident.io/api-reference/incident-types-v1/list.md): List all incident types for an organisation.
- [Show](https://docs.incident.io/api-reference/incident-types-v1/show.md): Get a single incident type.

### Incident Updates

- [Incident Updates](https://docs.incident.io/api-reference/incident-updates-v2.md): API endpoints for incident updates
- [List](https://docs.incident.io/api-reference/incident-updates-v2/list.md): List all incident updates for an organisation, or for a specific incident.
- [Create](https://docs.incident.io/api-reference/incident-updates-v2/create.md): Share an update against an incident.

### Incidents

- [Incidents](https://docs.incident.io/api-reference/incidents-v2.md): API endpoints for incidents
- [List](https://docs.incident.io/api-reference/incidents-v2/list.md): List all incidents for an organisation.
- [Create](https://docs.incident.io/api-reference/incidents-v2/create.md): Create a new incident.
- [Show](https://docs.incident.io/api-reference/incidents-v2/show.md): Get a single incident.
- [Edit](https://docs.incident.io/api-reference/incidents-v2/edit.md): Edit an existing incident.
- [Import postmortem document](https://docs.incident.io/api-reference/incidents-v2/import-postmortem-document.md): Import a postmortem document from markdown into an incident.

### IPAllowlists

- [IPAllowlists](https://docs.incident.io/api-reference/ipallowlists-v1.md): API endpoints for ipallowlists
- [Show](https://docs.incident.io/api-reference/ipallowlists-v1/show.md): Show the IP allowlist for your organisation
- [Update](https://docs.incident.io/api-reference/ipallowlists-v1/update.md): Update the IP allowlist for your organisation

### MaintenanceWindows

- [MaintenanceWindows](https://docs.incident.io/api-reference/maintenancewindows-v1.md): API endpoints for maintenancewindows
- [List](https://docs.incident.io/api-reference/maintenancewindows-v1/list.md): List maintenance windows for your organisation.
- [Create](https://docs.incident.io/api-reference/maintenancewindows-v1/create.md): Create a new maintenance window.
- [Delete](https://docs.incident.io/api-reference/maintenancewindows-v1/delete.md): Archives a maintenance window. Cannot archive active windows.
- [Show](https://docs.incident.io/api-reference/maintenancewindows-v1/show.md): Show a particular maintenance window.
- [Update](https://docs.incident.io/api-reference/maintenancewindows-v1/update.md): Update an existing maintenance window.

### Notification Methods

- [Notification Methods](https://docs.incident.io/api-reference/notification-methods-v2.md): API endpoints for notification methods
- [List](https://docs.incident.io/api-reference/notification-methods-v2/list.md): List notification methods for a user. Phone numbers are partially redacted unless the API key holds the notification_methods.view_unredacted scope.

### Notification Rules

- [Notification Rules](https://docs.incident.io/api-reference/notification-rules-v2.md): API endpoints for notification rules
- [List](https://docs.incident.io/api-reference/notification-rules-v2/list.md): List notification rules for a user. Rules define how and when a user is notified for on-call pages. Only includes high_urgency and low_urgency rules; shift_changes rules are not returned.

### Policies

- [Policies](https://docs.incident.io/api-reference/policies-v2.md): API endpoints for policies
- [List](https://docs.incident.io/api-reference/policies-v2/list.md): List all policies for an organisation.
- [Create](https://docs.incident.io/api-reference/policies-v2/create.md): Create a new policy.
- [Delete](https://docs.incident.io/api-reference/policies-v2/delete.md): Archive a policy. Archived policies stop evaluating and no longer appear in the API.
- [Show](https://docs.incident.io/api-reference/policies-v2/show.md): Get a single policy.
- [Update](https://docs.incident.io/api-reference/policies-v2/update.md): Update an existing policy.

### Policy Findings

- [Policy Findings](https://docs.incident.io/api-reference/policy-findings-v2.md): API endpoints for policy findings
- [List](https://docs.incident.io/api-reference/policy-findings-v2/list.md): List the findings your policies have raised, whatever state they are in.
- [Show](https://docs.incident.io/api-reference/policy-findings-v2/show.md): Get a single finding.
- [Dismiss](https://docs.incident.io/api-reference/policy-findings-v2/dismiss.md): Dismiss a finding, so it stops being counted as open.
- [Restore](https://docs.incident.io/api-reference/policy-findings-v2/restore.md): Undo a dismissal, returning the finding to its open state.

### PostmortemDocuments

- [PostmortemDocuments](https://docs.incident.io/api-reference/postmortemdocuments-v1.md): API endpoints for postmortemdocuments
- [List](https://docs.incident.io/api-reference/postmortemdocuments-v1/list.md): List post-mortem documents for the organisation.
- [Show](https://docs.incident.io/api-reference/postmortemdocuments-v1/show.md): Get a single post-mortem document by ID.
- [Update](https://docs.incident.io/api-reference/postmortemdocuments-v1/update.md): Update the status of a post-mortem document.
- [Show Content](https://docs.incident.io/api-reference/postmortemdocuments-v1/show-content.md): Fetch the content of a post-mortem document, rendered as markdown.
- [Attach](https://docs.incident.io/api-reference/postmortemdocuments-v1/attach.md): Link an externally-hosted post-mortem document to an incident.

### Schedule Entries

- [Schedule Entries](https://docs.incident.io/api-reference/schedule-entries-v2.md): API endpoints for schedule entries
- [List](https://docs.incident.io/api-reference/schedule-entries-v2/list.md): List the schedule entries for a schedule over a window of time.
- [Preview](https://docs.incident.io/api-reference/schedule-entries-v2/preview.md): Preview the schedule entries that would be generated by a proposed schedule configuration.

### Schedule Overrides

- [Schedule Overrides](https://docs.incident.io/api-reference/schedule-overrides-v2.md): API endpoints for schedule overrides
- [List](https://docs.incident.io/api-reference/schedule-overrides-v2/list.md): List the overrides on a schedule.
- [Create](https://docs.incident.io/api-reference/schedule-overrides-v2/create.md): Create a new schedule override.
- [Delete](https://docs.incident.io/api-reference/schedule-overrides-v2/delete.md): Delete a schedule override, restoring whoever the rotations put on-call for that window.
- [Show](https://docs.incident.io/api-reference/schedule-overrides-v2/show.md): Get a single schedule override.
- [Update](https://docs.incident.io/api-reference/schedule-overrides-v2/update.md): Update a schedule override, moving its window or the rotation and layer it sits on.

### Schedule Replicas

- [Schedule Replicas](https://docs.incident.io/api-reference/schedule-replicas-v2.md): API endpoints for schedule replicas
- [List](https://docs.incident.io/api-reference/schedule-replicas-v2/list.md): List all replicas for a schedule.
- [Create](https://docs.incident.io/api-reference/schedule-replicas-v2/create.md): Create a new schedule replica.
- [Delete](https://docs.incident.io/api-reference/schedule-replicas-v2/delete.md): Archives a single schedule replica, stopping incident.io from syncing on-call shifts to the external provider.
- [Show](https://docs.incident.io/api-reference/schedule-replicas-v2/show.md): Get a single schedule replica.

### Schedule Sync Rules

- [Schedule Sync Rules](https://docs.incident.io/api-reference/schedule-sync-rules-v2.md): API endpoints for schedule sync rules
- [List](https://docs.incident.io/api-reference/schedule-sync-rules-v2/list.md): List the sync rules configured on this schedule.
- [Create](https://docs.incident.io/api-reference/schedule-sync-rules-v2/create.md): Create a new sync rule linking a schedule to a sync target.
- [Delete](https://docs.incident.io/api-reference/schedule-sync-rules-v2/delete.md): Archive a sync rule, unlinking the schedule from the sync target.
- [Show](https://docs.incident.io/api-reference/schedule-sync-rules-v2/show.md): Get a single sync rule for a schedule.
- [Update](https://docs.incident.io/api-reference/schedule-sync-rules-v2/update.md): Update a sync rule's sync_type and permanent members in place. If the rule's sync target is shared with other schedules, a sync_type change propagates to every linked schedule and the entire operation aborts if the caller lacks edit permission on any of them. Permanent members are scoped to this rul…

### Schedule Sync Targets

- [Schedule Sync Targets](https://docs.incident.io/api-reference/schedule-sync-targets-v2.md): API endpoints for schedule sync targets
- [List](https://docs.incident.io/api-reference/schedule-sync-targets-v2/list.md): List all schedule sync targets for this organisation.
- [Create](https://docs.incident.io/api-reference/schedule-sync-targets-v2/create.md): Create a new schedule sync target for a Slack user group.
- [Delete](https://docs.incident.io/api-reference/schedule-sync-targets-v2/delete.md): Archive a schedule sync target. Will fail if any active sync rules reference this target.
- [Show](https://docs.incident.io/api-reference/schedule-sync-targets-v2/show.md): Get a single schedule sync target.
- [Update](https://docs.incident.io/api-reference/schedule-sync-targets-v2/update.md): Update the add_bot_to_group flag on a sync target. The change propagates to every schedule with an active sync rule pointing at this target; the entire operation aborts if the caller lacks edit permission on any of those schedules.

### Schedules

- [Schedules](https://docs.incident.io/api-reference/schedules-v2.md): API endpoints for schedules
- [List](https://docs.incident.io/api-reference/schedules-v2/list.md): List configured schedules.
- [Create](https://docs.incident.io/api-reference/schedules-v2/create.md): Create a new schedule.
- [Delete](https://docs.incident.io/api-reference/schedules-v2/delete.md): Archives a single schedule. Will fail if the schedule has active replicas — remove all replicas before deleting.
- [Show](https://docs.incident.io/api-reference/schedules-v2/show.md): Get a single schedule.
- [Update](https://docs.incident.io/api-reference/schedules-v2/update.md): Update a schedule.

### Secrets

- [Secrets](https://docs.incident.io/api-reference/secrets-v2.md): API endpoints for secrets
- [List](https://docs.incident.io/api-reference/secrets-v2/list.md): List all secrets for this organisation. Returns metadata only, never values.
- [Create](https://docs.incident.io/api-reference/secrets-v2/create.md): Create a new secret with its initial value.
- [Delete](https://docs.incident.io/api-reference/secrets-v2/delete.md): Delete a secret, permanently removing its value. Fails if the secret is still referenced by a workflow.
- [Show](https://docs.incident.io/api-reference/secrets-v2/show.md): Show a single secret's metadata, including its version history. Never returns values.
- [Update](https://docs.incident.io/api-reference/secrets-v2/update.md): Update a secret's metadata. Does not change the value: use the rotate action for that.
- [Rotate](https://docs.incident.io/api-reference/secrets-v2/rotate.md): Rotate a secret's value, replacing the current value with a new one. The previous value is retired and can no longer be read.

### Severities

- [Severities](https://docs.incident.io/api-reference/severities-v1.md): API endpoints for severities
- [List](https://docs.incident.io/api-reference/severities-v1/list.md): List all incident severities for an organisation.
- [Create](https://docs.incident.io/api-reference/severities-v1/create.md): Create a new severity
- [Delete](https://docs.incident.io/api-reference/severities-v1/delete.md): Delete a severity
- [Show](https://docs.incident.io/api-reference/severities-v1/show.md): Get a single incident severity.
- [Update](https://docs.incident.io/api-reference/severities-v1/update.md): Update an existing severity

### Status Page Incident Updates

- [Status Page Incident Updates](https://docs.incident.io/api-reference/status-page-incident-updates-v2.md): API endpoints for status page incident updates
- [Create](https://docs.incident.io/api-reference/status-page-incident-updates-v2/create.md): Post an update on a Status Page incident.

### Status Page Incidents

- [Status Page Incidents](https://docs.incident.io/api-reference/status-page-incidents-v2.md): API endpoints for status page incidents
- [List](https://docs.incident.io/api-reference/status-page-incidents-v2/list.md): List status page incidents.
- [Create](https://docs.incident.io/api-reference/status-page-incidents-v2/create.md): Create a status page incident.
- [Show](https://docs.incident.io/api-reference/status-page-incidents-v2/show.md): Show a status page incident.
- [Update](https://docs.incident.io/api-reference/status-page-incidents-v2/update.md): Update a status page incident.
- [Create retrospective](https://docs.incident.io/api-reference/status-page-incidents-v2/create-retrospective.md): Create a retrospective (historical) status page incident.

### Status Page Maintenance Updates

- [Status Page Maintenance Updates](https://docs.incident.io/api-reference/status-page-maintenance-updates-v2.md): API endpoints for status page maintenance updates
- [Create](https://docs.incident.io/api-reference/status-page-maintenance-updates-v2/create.md): Post an update on a Status Page maintenance window.

### Status Page Maintenances

- [Status Page Maintenances](https://docs.incident.io/api-reference/status-page-maintenances-v2.md): API endpoints for status page maintenances
- [List](https://docs.incident.io/api-reference/status-page-maintenances-v2/list.md): List status page maintenances.
- [Create](https://docs.incident.io/api-reference/status-page-maintenances-v2/create.md): Schedule a Status Page maintenance window.
- [Show](https://docs.incident.io/api-reference/status-page-maintenances-v2/show.md): Show a status page maintenance window.

### Status Page Response Incidents

- [Status Page Response Incidents](https://docs.incident.io/api-reference/status-page-response-incidents-v1.md): API endpoints for status page response incidents
- [List](https://docs.incident.io/api-reference/status-page-response-incidents-v1/list.md): List the linked Response incidents for a status page incident.

### Status Pages

- [Status Pages](https://docs.incident.io/api-reference/status-pages-v2.md): API endpoints for status pages
- [Show](https://docs.incident.io/api-reference/status-pages-v2/show.md): Show the structure of a status page.
- [List](https://docs.incident.io/api-reference/status-pages-v2/list.md): List all status pages for your organisation.

### Teams

- [Teams](https://docs.incident.io/api-reference/teams-v3.md): API endpoints for teams
- [List](https://docs.incident.io/api-reference/teams-v3/list.md): List all teams in the organisation.
- [Show](https://docs.incident.io/api-reference/teams-v3/show.md): Get a single team.

### Telemetry

- [Telemetry](https://docs.incident.io/api-reference/telemetry-v2.md): API endpoints for telemetry
- [Update](https://docs.incident.io/api-reference/telemetry-v2/update.md): Update the credentials or configuration of a telemetry data source. Provide only the config block that matches your data source type (e.g. grafana_config for Grafana, datadog_config for Datadog). New credentials are validated against the provider before being saved.

### Users

- [Users](https://docs.incident.io/api-reference/users-v2.md): API endpoints for users
- [List](https://docs.incident.io/api-reference/users-v2/list.md): List users in your account.
- [Show](https://docs.incident.io/api-reference/users-v2/show.md): Get a single user.
- [Show paging provider](https://docs.incident.io/api-reference/users-v2/show-paging-provider.md): Show the paging provider that would be used to escalate to this user. Reflects their explicit preference if set; otherwise resolves to the effective fallback (typically `native` for on-call seat users, or a linked external provider otherwise). May be omitted only when the user cannot be escalated to…
- [Update paging provider](https://docs.incident.io/api-reference/users-v2/update-paging-provider.md): Update a user's preferred paging provider.

### Workflow Runs

- [Workflow Runs](https://docs.incident.io/api-reference/workflow-runs-v2.md): API endpoints for workflow runs
- [List](https://docs.incident.io/api-reference/workflow-runs-v2/list.md): List workflow runs, newest first. Cancelled runs are never returned.
- [Show](https://docs.incident.io/api-reference/workflow-runs-v2/show.md): Show a single workflow run, including the full webhook delivery for any step that sent one.

### Workflows

- [Workflows](https://docs.incident.io/api-reference/workflows-v2.md): API endpoints for workflows
- [List](https://docs.incident.io/api-reference/workflows-v2/list.md): List all workflows
- [Create](https://docs.incident.io/api-reference/workflows-v2/create.md): Create a new workflow
- [Delete](https://docs.incident.io/api-reference/workflows-v2/delete.md): Archives a workflow
- [Show](https://docs.incident.io/api-reference/workflows-v2/show.md): Show a workflow by ID
- [Update](https://docs.incident.io/api-reference/workflows-v2/update.md): Updates a workflow

### Webhooks

- [Introduction](https://docs.incident.io/api-reference/webhooks.md): Receive notifications when events occur in incident.io.

#### Event payloads

##### Alert V1

- [Created private](https://docs.incident.io/api-reference/alert-v1/created-private.md): This webhook is emitted whenever a new private alert is created.
- [Resolved private](https://docs.incident.io/api-reference/alert-v1/resolved-private.md): This webhook is emitted whenever a private alert is resolved.
- [Created public](https://docs.incident.io/api-reference/alert-v1/created-public.md): This webhook is emitted whenever a new alert is created.
- [Resolved public](https://docs.incident.io/api-reference/alert-v1/resolved-public.md): This webhook is emitted whenever an alert is resolved.

##### Escalation V1

- [Created private](https://docs.incident.io/api-reference/escalation-v1/created-private.md): This webhook is emitted whenever a private escalation is created.
- [Created public](https://docs.incident.io/api-reference/escalation-v1/created-public.md): This webhook is emitted whenever an escalation is created.

##### Escalation status V1

- [Updated private](https://docs.incident.io/api-reference/escalation-status-v1/updated-private.md): This webhook is emitted whenever a private escalation changes status.
- [Updated public](https://docs.incident.io/api-reference/escalation-status-v1/updated-public.md): This webhook is emitted whenever an escalation changes status. See [escalation statuses](https://docs.incident.io/on-call/escalation-statuses) for details on each status value.

##### Action V1

- [Created private](https://docs.incident.io/api-reference/action-v1/created-private.md): This webhook is emitted whenever a follow-up for a private incident is created.
- [Updated private](https://docs.incident.io/api-reference/action-v1/updated-private.md): This webhook is emitted whenever a follow-up for a private incident is updated.
- [Created public](https://docs.incident.io/api-reference/action-v1/created-public.md): This webhook is emitted whenever a follow-up is created.
- [Updated public](https://docs.incident.io/api-reference/action-v1/updated-public.md): This webhook is emitted whenever a follow-up is updated.

##### Follow up V1

- [Created private](https://docs.incident.io/api-reference/follow-up-v1/created-private.md): This webhook is emitted whenever a follow-up for a private incident is created.
- [Updated private](https://docs.incident.io/api-reference/follow-up-v1/updated-private.md): This webhook is emitted whenever a follow-up for a private incident is updated.
- [Created public](https://docs.incident.io/api-reference/follow-up-v1/created-public.md): This webhook is emitted whenever a follow-up is created.
- [Updated public](https://docs.incident.io/api-reference/follow-up-v1/updated-public.md): This webhook is emitted whenever a follow-up is updated.

##### Follow up V2

- [Created private](https://docs.incident.io/api-reference/follow-up-v2/created-private.md): This webhook is emitted whenever a follow-up for a private incident is created.
- [Updated private](https://docs.incident.io/api-reference/follow-up-v2/updated-private.md): This webhook is emitted whenever a follow-up for a private incident is updated.
- [Created public](https://docs.incident.io/api-reference/follow-up-v2/created-public.md): This webhook is emitted whenever a follow-up is created.
- [Updated public](https://docs.incident.io/api-reference/follow-up-v2/updated-public.md): This webhook is emitted whenever a follow-up is updated.

##### Incident V2

- [Created private](https://docs.incident.io/api-reference/incident-v2/created-private.md): This webhook is emitted whenever a new private incident is created.
- [Updated private](https://docs.incident.io/api-reference/incident-v2/updated-private.md): This webhook is emitted whenever a private incident is updated.
- [Created public](https://docs.incident.io/api-reference/incident-v2/created-public.md): This webhook is emitted whenever a new incident is created.
- [Updated public](https://docs.incident.io/api-reference/incident-v2/updated-public.md): This webhook is emitted whenever an incident is updated.

##### Membership V1

- [Granted private](https://docs.incident.io/api-reference/membership-v1/granted-private.md): This webhook is emitted whenever a user is given access to a private incident.
- [Revoked private](https://docs.incident.io/api-reference/membership-v1/revoked-private.md): This webhook is emitted whenever a user's access to a private incident is revoked.

##### Postmortem document status V1

- [Updated private](https://docs.incident.io/api-reference/postmortem-document-status-v1/updated-private.md): This webhook is emitted whenever a postmortem's status, on a private incident, is updated
- [Updated public](https://docs.incident.io/api-reference/postmortem-document-status-v1/updated-public.md): This webhook is emitted whenever a postmortem's status is updated

##### Incident status V2

- [Updated public](https://docs.incident.io/api-reference/incident-status-v2/updated-public.md): This webhook is emitted whenever an incident's status changes.

##### Schedule V1

- [Created](https://docs.incident.io/api-reference/schedule-v1/created.md): This webhook is emitted whenever a schedule is created.
- [Deleted](https://docs.incident.io/api-reference/schedule-v1/deleted.md): This webhook is emitted whenever a schedule is deleted.
- [Shift change](https://docs.incident.io/api-reference/schedule-v1/shift-change.md): This webhook is emitted whenever the on-call user(s) change on a schedule.
- [Updated](https://docs.incident.io/api-reference/schedule-v1/updated.md): This webhook is emitted whenever a schedule's configuration is updated.

##### Status page incident V1

- [Update shared](https://docs.incident.io/api-reference/status-page-incident-v1/update-shared.md): This webhook is emitted whenever an update is posted on a status page incident, including the update that publishes the incident.

### Audit logs

- [Introduction](https://docs.incident.io/api-reference/audit-logs.md): Track configuration and permission changes across your incident.io account.

#### Entry payloads

##### Activity log

- [Scrubbed v1](https://docs.incident.io/api-reference/activity-log/scrubbed-v1.md): This entry is created whenever an activity log entry is permanently erased

##### Alert

- [Scrubbed v1](https://docs.incident.io/api-reference/alert/scrubbed-v1.md): This entry is created whenever sensitive data is permanently erased from an alert, its events, and linked escalations.

##### Alert chat message template

- [Created v1](https://docs.incident.io/api-reference/alert-chat-message-template/created-v1.md): This entry is created whenever an alert chat message template is created
- [Deleted v1](https://docs.incident.io/api-reference/alert-chat-message-template/deleted-v1.md): This entry is created whenever an alert chat message template is deleted
- [Updated v1](https://docs.incident.io/api-reference/alert-chat-message-template/updated-v1.md): This entry is created whenever an alert chat message template is updated

##### Alert priority

- [Created v1](https://docs.incident.io/api-reference/alert-priority/created-v1.md): This entry is created whenever an alert priority is created
- [Deleted v1](https://docs.incident.io/api-reference/alert-priority/deleted-v1.md): This entry is created whenever an alert priority is deleted
- [Set as default v1](https://docs.incident.io/api-reference/alert-priority/set-as-default-v1.md): This entry is created whenever an alert priority is set as the default
- [Updated v1](https://docs.incident.io/api-reference/alert-priority/updated-v1.md): This entry is created whenever an alert priority is updated

##### Alert route

- [Created v1](https://docs.incident.io/api-reference/alert-route/created-v1.md): This entry is created whenever an alert route is created
- [Deleted v1](https://docs.incident.io/api-reference/alert-route/deleted-v1.md): This entry is created whenever an alert route is deleted
- [Updated v1](https://docs.incident.io/api-reference/alert-route/updated-v1.md): This entry is created whenever an alert route is updated

##### Alert schema

- [Updated v1](https://docs.incident.io/api-reference/alert-schema/updated-v1.md): This entry is created whenever alert attributes are updated

##### Alert source config

- [Created v1](https://docs.incident.io/api-reference/alert-source-config/created-v1.md): This entry is created whenever an alert source is created
- [Deleted v1](https://docs.incident.io/api-reference/alert-source-config/deleted-v1.md): This entry is created whenever an alert source is deleted
- [Updated v1](https://docs.incident.io/api-reference/alert-source-config/updated-v1.md): This entry is created whenever an alert source is updated

##### Announcement post template

- [Created v1](https://docs.incident.io/api-reference/announcement-post-template/created-v1.md): This entry is created whenever an announcement post template is created
- [Created v2](https://docs.incident.io/api-reference/announcement-post-template/created-v2.md): This entry is created whenever an announcement post template is created
- [Deleted v1](https://docs.incident.io/api-reference/announcement-post-template/deleted-v1.md): This entry is created whenever an announcement post template is deleted
- [Set as default v1](https://docs.incident.io/api-reference/announcement-post-template/set-as-default-v1.md): This entry is created whenever an announcement post template is set as the default
- [Updated v1](https://docs.incident.io/api-reference/announcement-post-template/updated-v1.md): This entry is created whenever an announcement post template is updated
- [Updated v2](https://docs.incident.io/api-reference/announcement-post-template/updated-v2.md): This entry is created whenever an announcement post template is updated

##### Announcement rule

- [Created v1](https://docs.incident.io/api-reference/announcement-rule/created-v1.md): This entry is created whenever a announcement rule is created
- [Created v2](https://docs.incident.io/api-reference/announcement-rule/created-v2.md): This entry is created whenever a announcement rule is created
- [Deleted v1](https://docs.incident.io/api-reference/announcement-rule/deleted-v1.md): This entry is created whenever a announcement rule is deleted
- [Updated v1](https://docs.incident.io/api-reference/announcement-rule/updated-v1.md): This entry is created whenever a announcement rule is updated
- [Updated v2](https://docs.incident.io/api-reference/announcement-rule/updated-v2.md): This entry is created whenever a announcement rule is updated

##### API key

- [Created v1](https://docs.incident.io/api-reference/api-key/created-v1.md): This entry is created whenever a api key is created
- [Deleted v1](https://docs.incident.io/api-reference/api-key/deleted-v1.md): This entry is created whenever a api key is deleted
- [Rotated v1](https://docs.incident.io/api-reference/api-key/rotated-v1.md): This entry is created whenever an api key is rotated
- [Updated v1](https://docs.incident.io/api-reference/api-key/updated-v1.md): This entry is created whenever a api key is updated

##### Catalog entry attribute

- [Updated v1](https://docs.incident.io/api-reference/catalog-entry-attribute/updated-v1.md): This entry is created whenever a restricted catalog entry attribute is updated
- [Updated v2](https://docs.incident.io/api-reference/catalog-entry-attribute/updated-v2.md): This entry is created whenever a restricted catalog entry attribute is updated

##### Catalog type

- [Created v1](https://docs.incident.io/api-reference/catalog-type/created-v1.md): This entry is created whenever a catalog type is created
- [Deleted v1](https://docs.incident.io/api-reference/catalog-type/deleted-v1.md): This entry is created whenever a catalog type is deleted
- [Updated v1](https://docs.incident.io/api-reference/catalog-type/updated-v1.md): This entry is created whenever a catalog type is updated

##### Connector config

- [Created v1](https://docs.incident.io/api-reference/connector-config/created-v1.md): This entry is created whenever a connector config is created
- [Token generated v1](https://docs.incident.io/api-reference/connector-config/token-generated-v1.md): This entry is created whenever a connector config token is regenerated
- [Updated v1](https://docs.incident.io/api-reference/connector-config/updated-v1.md): This entry is created whenever a connector config is updated

##### Custom field

- [Created v1](https://docs.incident.io/api-reference/custom-field/created-v1.md): This entry is created whenever a custom field is created
- [Deleted v1](https://docs.incident.io/api-reference/custom-field/deleted-v1.md): This entry is created whenever a custom field is deleted
- [Updated v1](https://docs.incident.io/api-reference/custom-field/updated-v1.md): This entry is created whenever a custom field is updated

##### Debrief invite rule

- [Created v1](https://docs.incident.io/api-reference/debrief-invite-rule/created-v1.md): This entry is created whenever a debrief invite rule is created
- [Deleted v1](https://docs.incident.io/api-reference/debrief-invite-rule/deleted-v1.md): This entry is created whenever a debrief invite rule is deleted
- [Updated v1](https://docs.incident.io/api-reference/debrief-invite-rule/updated-v1.md): This entry is created whenever a debrief invite rule is updated

##### Email otp login setting

- [Updated v1](https://docs.incident.io/api-reference/email-otp-login-setting/updated-v1.md): This entry is created whenever the email OTP login setting is toggled for an organisation

##### Escalation

- [Scrubbed v1](https://docs.incident.io/api-reference/escalation/scrubbed-v1.md): This entry is created whenever sensitive data is permanently erased from an escalation.

##### Escalation path

- [Created v1](https://docs.incident.io/api-reference/escalation-path/created-v1.md): This entry is created whenever an escalation path is created
- [Deleted v1](https://docs.incident.io/api-reference/escalation-path/deleted-v1.md): This entry is created whenever an escalation path is deleted
- [Updated v1](https://docs.incident.io/api-reference/escalation-path/updated-v1.md): This entry is created whenever an escalation path is updated

##### Extension connector

- [Called v1](https://docs.incident.io/api-reference/extension-connector/called-v1.md): This entry is created for every call an agent makes to a tool on a connector, whether the tool reads from the connected system or changes it
- [Called v2](https://docs.incident.io/api-reference/extension-connector/called-v2.md): This entry is created for every call an agent makes to a tool on a connector, whether the tool reads from the connected system or changes it

##### Follow up category

- [Created v1](https://docs.incident.io/api-reference/follow-up-category/created-v1.md): This entry is created whenever a follow up category is created
- [Deleted v1](https://docs.incident.io/api-reference/follow-up-category/deleted-v1.md): This entry is created whenever a follow up category is deleted
- [Updated v1](https://docs.incident.io/api-reference/follow-up-category/updated-v1.md): This entry is created whenever a follow up category is updated

##### Follow up priority

- [Created v1](https://docs.incident.io/api-reference/follow-up-priority/created-v1.md): This entry is created whenever a follow up priority is created
- [Deleted v1](https://docs.incident.io/api-reference/follow-up-priority/deleted-v1.md): This entry is created whenever a follow up priority is deleted
- [Updated v1](https://docs.incident.io/api-reference/follow-up-priority/updated-v1.md): This entry is created whenever a follow up priority is updated

##### Holiday user feed

- [Created v1](https://docs.incident.io/api-reference/holiday-user-feed/created-v1.md): This entry is created whenever a holiday user feed is created
- [Deleted v1](https://docs.incident.io/api-reference/holiday-user-feed/deleted-v1.md): This entry is created whenever a holiday user feed is deleted
- [Updated v1](https://docs.incident.io/api-reference/holiday-user-feed/updated-v1.md): This entry is created whenever a holiday user feed is updated

##### Hris time off policy

- [Updated v1](https://docs.incident.io/api-reference/hris-time-off-policy/updated-v1.md): This entry is created whenever the visibility of a HRIS time-off policy is updated

##### Incident call setting

- [Updated v1](https://docs.incident.io/api-reference/incident-call-setting/updated-v1.md): This entry is created whenever an organisation's incident call settings are updated

##### Incident call transcription session

- [Deleted v1](https://docs.incident.io/api-reference/incident-call-transcription-session/deleted-v1.md): This entry is created whenever a calls notes (transcription session) are deleted

##### Incident duration metric

- [Created v1](https://docs.incident.io/api-reference/incident-duration-metric/created-v1.md): This entry is created whenever a incident duration metric is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-duration-metric/deleted-v1.md): This entry is created whenever a incident duration metric is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-duration-metric/updated-v1.md): This entry is created whenever a incident duration metric is updated

##### Incident role

- [Created v1](https://docs.incident.io/api-reference/incident-role/created-v1.md): This entry is created whenever a incident role is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-role/deleted-v1.md): This entry is created whenever a incident role is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-role/updated-v1.md): This entry is created whenever a incident role is updated

##### Incident status

- [Created v1](https://docs.incident.io/api-reference/incident-status/created-v1.md): This entry is created whenever a incident status is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-status/deleted-v1.md): This entry is created whenever a incident status is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-status/updated-v1.md): This entry is created whenever a incident status is updated

##### Incident template

- [Created v1](https://docs.incident.io/api-reference/incident-template/created-v1.md): This entry is created whenever an incident template is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-template/deleted-v1.md): This entry is created whenever an incident template is deleted
- [Set as default v1](https://docs.incident.io/api-reference/incident-template/set-as-default-v1.md): This entry is created whenever an incident template is set as the default
- [Updated v1](https://docs.incident.io/api-reference/incident-template/updated-v1.md): This entry is created whenever an incident template is updated

##### Incident timestamp

- [Created v1](https://docs.incident.io/api-reference/incident-timestamp/created-v1.md): This entry is created whenever a incident timestamp is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-timestamp/deleted-v1.md): This entry is created whenever a incident timestamp is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-timestamp/updated-v1.md): This entry is created whenever a incident timestamp is updated

##### Incident timestamp set by rule

- [Created v1](https://docs.incident.io/api-reference/incident-timestamp-set-by-rule/created-v1.md): This entry is created whenever an incident timestamp set by rule is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-timestamp-set-by-rule/deleted-v1.md): This entry is created whenever an incident timestamp set by rule is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-timestamp-set-by-rule/updated-v1.md): This entry is created whenever an incident timestamp set by rule is updated

##### Incident type

- [Created v1](https://docs.incident.io/api-reference/incident-type/created-v1.md): This entry is created whenever a incident type is created
- [Created v2](https://docs.incident.io/api-reference/incident-type/created-v2.md): This entry is created whenever an incident type is created
- [Deleted v1](https://docs.incident.io/api-reference/incident-type/deleted-v1.md): This entry is created whenever a incident type is deleted
- [Updated v1](https://docs.incident.io/api-reference/incident-type/updated-v1.md): This entry is created whenever a incident type is updated
- [Updated v2](https://docs.incident.io/api-reference/incident-type/updated-v2.md): This entry is created whenever an incident type is updated

##### Integration

- [Installed v1](https://docs.incident.io/api-reference/integration/installed-v1.md): This entry is created whenever an integration is installed
- [Uninstalled v1](https://docs.incident.io/api-reference/integration/uninstalled-v1.md): This entry is created whenever an integration is uninstalled

##### Internal status page

- [Created v1](https://docs.incident.io/api-reference/internal-status-page/created-v1.md): This entry is created whenever an internal status page is created
- [Deleted v1](https://docs.incident.io/api-reference/internal-status-page/deleted-v1.md): This entry is created whenever an internal status page is deleted
- [Updated v1](https://docs.incident.io/api-reference/internal-status-page/updated-v1.md): This entry is created whenever an internal status page has its configuration updated

##### IP allowlist

- [Updated v1](https://docs.incident.io/api-reference/ip-allowlist/updated-v1.md): This entry is created whenever an IP allowlist is updated

##### Maintenance window

- [Created v1](https://docs.incident.io/api-reference/maintenance-window/created-v1.md): This entry is created whenever a maintenance window is created
- [Deleted v1](https://docs.incident.io/api-reference/maintenance-window/deleted-v1.md): This entry is created whenever a maintenance window is deleted
- [Updated v1](https://docs.incident.io/api-reference/maintenance-window/updated-v1.md): This entry is created whenever a maintenance window is updated

##### Microsoft entra tenant

- [Linked v1](https://docs.incident.io/api-reference/microsoft-entra-tenant/linked-v1.md): This entry is created when a Microsoft Entra tenant is linked to the organisation

##### Mobile intune enabled setting

- [Updated v1](https://docs.incident.io/api-reference/mobile-intune-enabled-setting/updated-v1.md): This entry is created whenever the Intune setting is toggled for an organisation

##### Nudge

- [Created v1](https://docs.incident.io/api-reference/nudge/created-v1.md): This entry is created whenever a nudge is created
- [Deleted v1](https://docs.incident.io/api-reference/nudge/deleted-v1.md): This entry is created whenever a nudge is deleted
- [Updated v1](https://docs.incident.io/api-reference/nudge/updated-v1.md): This entry is created whenever a nudge is updated

##### On call notification method

- [Created v1](https://docs.incident.io/api-reference/on-call-notification-method/created-v1.md): This entry is created whenever an on-call notification method is created by an actor that isn't the owning user
- [Created v2](https://docs.incident.io/api-reference/on-call-notification-method/created-v2.md): This entry is created whenever an on-call notification method is created by an actor that isn't the owning user
- [Destroyed v1](https://docs.incident.io/api-reference/on-call-notification-method/destroyed-v1.md): This entry is created whenever an on-call notification method is destroyed by an actor that isn't the owning user
- [Destroyed v2](https://docs.incident.io/api-reference/on-call-notification-method/destroyed-v2.md): This entry is created whenever an on-call notification method is destroyed by an actor that isn't the owning user

##### On call upsell

- [Requested v1](https://docs.incident.io/api-reference/on-call-upsell/requested-v1.md): This entry is created whenever a self-serve on-call seat upsell is submitted.

##### Organisation settings

- [Updated v1](https://docs.incident.io/api-reference/organisation-settings/updated-v1.md): This entry is created when certain organisation settings are updated

##### Policy

- [Created v1](https://docs.incident.io/api-reference/policy/created-v1.md): This entry is created whenever a policy is created
- [Created v2](https://docs.incident.io/api-reference/policy/created-v2.md): This entry is created whenever a policy is created
- [Deleted v1](https://docs.incident.io/api-reference/policy/deleted-v1.md): This entry is created whenever a policy is deleted
- [Updated v1](https://docs.incident.io/api-reference/policy/updated-v1.md): This entry is created whenever a policy is updated
- [Updated v2](https://docs.incident.io/api-reference/policy/updated-v2.md): This entry is created whenever a policy is updated

##### Policy report schedule

- [Created v1](https://docs.incident.io/api-reference/policy-report-schedule/created-v1.md): This entry is created whenever a policy report schedule is created
- [Deleted v1](https://docs.incident.io/api-reference/policy-report-schedule/deleted-v1.md): This entry is created whenever a policy report schedule is deleted
- [Updated v1](https://docs.incident.io/api-reference/policy-report-schedule/updated-v1.md): This entry is created whenever a policy report schedule is updated

##### Post incident task

- [Created v1](https://docs.incident.io/api-reference/post-incident-task/created-v1.md): This entry is created whenever a post-incident task is created
- [Deleted v1](https://docs.incident.io/api-reference/post-incident-task/deleted-v1.md): This entry is created whenever a post-incident task is deleted
- [Updated v1](https://docs.incident.io/api-reference/post-incident-task/updated-v1.md): This entry is created whenever a post-incident task is updated

##### Postmortem section

- [Created v1](https://docs.incident.io/api-reference/postmortem-section/created-v1.md): This entry is created whenever a postmortem template section is created
- [Created v2](https://docs.incident.io/api-reference/postmortem-section/created-v2.md): This entry is created whenever a postmortem template section is created
- [Deleted v1](https://docs.incident.io/api-reference/postmortem-section/deleted-v1.md): This entry is created whenever a postmortem template section is deleted
- [Deleted v2](https://docs.incident.io/api-reference/postmortem-section/deleted-v2.md): This entry is created whenever a postmortem template section is deleted
- [Updated v1](https://docs.incident.io/api-reference/postmortem-section/updated-v1.md): This entry is created whenever a postmortem template section is updated
- [Updated v2](https://docs.incident.io/api-reference/postmortem-section/updated-v2.md): This entry is created whenever a postmortem template section is updated

##### Postmortem template

- [Created v1](https://docs.incident.io/api-reference/postmortem-template/created-v1.md): This entry is created whenever a postmortem template is created
- [Created v2](https://docs.incident.io/api-reference/postmortem-template/created-v2.md): This entry is created whenever a postmortem template is created
- [Deleted v1](https://docs.incident.io/api-reference/postmortem-template/deleted-v1.md): This entry is created whenever a postmortem template is deleted
- [Deleted v2](https://docs.incident.io/api-reference/postmortem-template/deleted-v2.md): This entry is created whenever a postmortem template is deleted
- [Updated v1](https://docs.incident.io/api-reference/postmortem-template/updated-v1.md): This entry is created whenever a postmortem template is updated
- [Updated v2](https://docs.incident.io/api-reference/postmortem-template/updated-v2.md): This entry is created whenever a postmortem template is updated

##### Private alert

- [Access attempted v1](https://docs.incident.io/api-reference/private-alert/access-attempted-v1.md): This entry is created whenever someone attempts to access a private alert.

##### Private escalation

- [Access attempted v1](https://docs.incident.io/api-reference/private-escalation/access-attempted-v1.md): This entry is created whenever someone attempts to access a private escalation.

##### Private incident

- [Access attempted v1](https://docs.incident.io/api-reference/private-incident/access-attempted-v1.md): This entry is created whenever someone attempts to access a private incident.
- [Access attempted v2](https://docs.incident.io/api-reference/private-incident/access-attempted-v2.md): This entry is created whenever someone attempts to access a private incident.
- [Access requested v1](https://docs.incident.io/api-reference/private-incident/access-requested-v1.md): This entry is created whenever someone requests access to a private incident.
- [Accessed via bot v1](https://docs.incident.io/api-reference/private-incident/accessed-via-bot-v1.md): This entry is created whenever someone accesses a private incident via the incident bot.

##### Private incident membership

- [Granted v1](https://docs.incident.io/api-reference/private-incident-membership/granted-v1.md): This entry is created whenever someone is granted access to a private incident. If they have the 'manage private incidents' permission, then it'll appear that the system has given them access to the incident.
- [Revoked v1](https://docs.incident.io/api-reference/private-incident-membership/revoked-v1.md): This entry is created whenever someone's access to a private incident is revoked.
- [Upgraded to direct v1](https://docs.incident.io/api-reference/private-incident-membership/upgraded-to-direct-v1.md): This entry is created whenever someone's team-derived access to a private incident is upgraded to durable direct access, so it survives the covering team's access being revoked.

##### Private incident team membership

- [Granted v1](https://docs.incident.io/api-reference/private-incident-team-membership/granted-v1.md): This entry is created whenever a team is granted access to a private incident.
- [Revoked v1](https://docs.incident.io/api-reference/private-incident-team-membership/revoked-v1.md): This entry is created whenever a team's access to a private incident is revoked.

##### Private insights

- [Exported v1](https://docs.incident.io/api-reference/private-insights/exported-v1.md): This entry is created whenever someone exports private Insights data.
- [Measure queried v1](https://docs.incident.io/api-reference/private-insights/measure-queried-v1.md): This entry is created whenever someone queries a private Insights measure.
- [Underlying data queried v1](https://docs.incident.io/api-reference/private-insights/underlying-data-queried-v1.md): This entry is created whenever someone queries private Insights underlying data.

##### Qr code mobile login setting

- [Updated v1](https://docs.incident.io/api-reference/qr-code-mobile-login-setting/updated-v1.md): This entry is created whenever the QR code mobile login setting is toggled for an organisation

##### RBAC role

- [Created v1](https://docs.incident.io/api-reference/rbac-role/created-v1.md): This entry is created whenever a rbac role is created
- [Deleted v1](https://docs.incident.io/api-reference/rbac-role/deleted-v1.md): This entry is created whenever a rbac role is deleted
- [Updated v1](https://docs.incident.io/api-reference/rbac-role/updated-v1.md): This entry is created whenever a rbac role is updated

##### Schedule

- [Created v1](https://docs.incident.io/api-reference/schedule/created-v1.md): This entry is created whenever a schedule is created
- [Deleted v1](https://docs.incident.io/api-reference/schedule/deleted-v1.md): This entry is created whenever a schedule is deleted
- [Updated v1](https://docs.incident.io/api-reference/schedule/updated-v1.md): This entry is created whenever a schedule is updated

##### Schedule override

- [Created v1](https://docs.incident.io/api-reference/schedule-override/created-v1.md): This entry is created whenever a schedule override is created
- [Created v2](https://docs.incident.io/api-reference/schedule-override/created-v2.md): This entry is created whenever a schedule override is created
- [Deleted v1](https://docs.incident.io/api-reference/schedule-override/deleted-v1.md): This entry is created whenever a schedule override is deleted
- [Deleted v2](https://docs.incident.io/api-reference/schedule-override/deleted-v2.md): This entry is created whenever a schedule override is deleted
- [Updated v1](https://docs.incident.io/api-reference/schedule-override/updated-v1.md): This entry is created whenever a schedule override is updated
- [Updated v2](https://docs.incident.io/api-reference/schedule-override/updated-v2.md): This entry is created whenever a schedule override is updated

##### Schedule sync rule

- [Created v1](https://docs.incident.io/api-reference/schedule-sync-rule/created-v1.md): This entry is created whenever a schedule sync rule is created
- [Deleted v1](https://docs.incident.io/api-reference/schedule-sync-rule/deleted-v1.md): This entry is created whenever a schedule sync rule is deleted
- [Updated v1](https://docs.incident.io/api-reference/schedule-sync-rule/updated-v1.md): This entry is created whenever a schedule sync rule is updated

##### Schedule sync target

- [Created v1](https://docs.incident.io/api-reference/schedule-sync-target/created-v1.md): This entry is created whenever a schedule sync target is created
- [Deleted v1](https://docs.incident.io/api-reference/schedule-sync-target/deleted-v1.md): This entry is created whenever a schedule sync target is deleted
- [Updated v1](https://docs.incident.io/api-reference/schedule-sync-target/updated-v1.md): This entry is created whenever a schedule sync target's add_bot_to_group flag is updated

##### SCIM group

- [Role mappings updated v1](https://docs.incident.io/api-reference/scim-group/role-mappings-updated-v1.md): This entry is created whenever a SCIM group is mapped to a new RBAC role
- [Seat mappings updated v1](https://docs.incident.io/api-reference/scim-group/seat-mappings-updated-v1.md): This entry is created whenever a SCIM group is mapped to new seat types

##### Secret

- [Created v1](https://docs.incident.io/api-reference/secret/created-v1.md): This entry is created whenever a secret is created
- [Deleted v1](https://docs.incident.io/api-reference/secret/deleted-v1.md): This entry is created whenever a secret is deleted
- [Reference added v1](https://docs.incident.io/api-reference/secret/reference-added-v1.md): This entry is created whenever a secret is referenced by a workflow for the first time
- [Reference removed v1](https://docs.incident.io/api-reference/secret/reference-removed-v1.md): This entry is created whenever a secret stops being referenced by a workflow
- [Rotated v1](https://docs.incident.io/api-reference/secret/rotated-v1.md): This entry is created whenever a secret's value is rotated
- [Updated v1](https://docs.incident.io/api-reference/secret/updated-v1.md): This entry is created whenever a secret's metadata is updated

##### Severity

- [Created v1](https://docs.incident.io/api-reference/severity/created-v1.md): This entry is created whenever a severity is created
- [Deleted v1](https://docs.incident.io/api-reference/severity/deleted-v1.md): This entry is created whenever a severity is deleted
- [Updated v1](https://docs.incident.io/api-reference/severity/updated-v1.md): This entry is created whenever a severity is updated

##### Status page

- [Created v1](https://docs.incident.io/api-reference/status-page/created-v1.md): This entry is created whenever a status page is created
- [Deleted v1](https://docs.incident.io/api-reference/status-page/deleted-v1.md): This entry is created whenever a status page is deleted
- [Updated v1](https://docs.incident.io/api-reference/status-page/updated-v1.md): This entry is created whenever a status page has its configuration updated

##### Status page sub page

- [Created v1](https://docs.incident.io/api-reference/status-page-sub-page/created-v1.md): This entry is created whenever a status page sub-page is created
- [Deleted v1](https://docs.incident.io/api-reference/status-page-sub-page/deleted-v1.md): This entry is created whenever a status page sub-page is deleted
- [Updated v1](https://docs.incident.io/api-reference/status-page-sub-page/updated-v1.md): This entry is created whenever a status page sub-page has its configuration updated

##### Status page template

- [Created v1](https://docs.incident.io/api-reference/status-page-template/created-v1.md): This entry is created whenever a status page template is created
- [Deleted v1](https://docs.incident.io/api-reference/status-page-template/deleted-v1.md): This entry is created whenever a status page template is deleted
- [Updated v1](https://docs.incident.io/api-reference/status-page-template/updated-v1.md): This entry is created whenever a status page template is updated

##### Team role

- [Created v1](https://docs.incident.io/api-reference/team-role/created-v1.md): This entry is created whenever a team role is created
- [Deleted v1](https://docs.incident.io/api-reference/team-role/deleted-v1.md): This entry is created whenever a team role is deleted
- [Updated v1](https://docs.incident.io/api-reference/team-role/updated-v1.md): This entry is created whenever a team role is updated

##### Team settings

- [Updated v1](https://docs.incident.io/api-reference/team-settings/updated-v1.md): This entry is created whenever team settings are updated

##### Telemetry data source

- [Access mode changed v1](https://docs.incident.io/api-reference/telemetry-data-source/access-mode-changed-v1.md): This entry is created whenever a telemetry data source's access mode changes, which controls who may query it
- [Installed v1](https://docs.incident.io/api-reference/telemetry-data-source/installed-v1.md): This entry is created whenever a telemetry data source is connected
- [Queried v1](https://docs.incident.io/api-reference/telemetry-data-source/queried-v1.md): This entry is created when a telemetry data source is queried: one entry per session and data source, plus one entry per denied attempt
- [Queried v2](https://docs.incident.io/api-reference/telemetry-data-source/queried-v2.md): This entry is created when a telemetry data source is queried: one entry per session and data source, plus one entry per denied attempt
- [Requested v1](https://docs.incident.io/api-reference/telemetry-data-source/requested-v1.md): This entry is created for every HTTP request our infrastructure sends to a telemetry data source, whatever made the request
- [Uninstalled v1](https://docs.incident.io/api-reference/telemetry-data-source/uninstalled-v1.md): This entry is created whenever a telemetry data source is disconnected
- [Write access granted v1](https://docs.incident.io/api-reference/telemetry-data-source/write-access-granted-v1.md): This entry is created whenever tools on a connector are allowed to change the connected system
- [Write access revoked v1](https://docs.incident.io/api-reference/telemetry-data-source/write-access-revoked-v1.md): This entry is created whenever tools on a connector lose permission to change the connected system

##### Timeline item

- [Deleted v1](https://docs.incident.io/api-reference/timeline-item/deleted-v1.md): This entry is created whenever a timeline item is deleted

##### User

- [Created v1](https://docs.incident.io/api-reference/user/created-v1.md): This entry is created whenever a user is created
- [Deactivated v1](https://docs.incident.io/api-reference/user/deactivated-v1.md): This entry is created whenever a user is deactivated
- [Logged in v1](https://docs.incident.io/api-reference/user/logged-in-v1.md): This entry is created whenever a user successfully logs in
- [Reinstated v1](https://docs.incident.io/api-reference/user/reinstated-v1.md): This entry is created when a user is reinstated after being deactivated
- [Role memberships updated v1](https://docs.incident.io/api-reference/user/role-memberships-updated-v1.md): This entry is created whenever a user's role memberships are changed.
- [Updated v1](https://docs.incident.io/api-reference/user/updated-v1.md): This entry is created whenever a user is updated

##### Workflow

- [Created v1](https://docs.incident.io/api-reference/workflow/created-v1.md): This entry is created whenever a workflow is created
- [Deleted v1](https://docs.incident.io/api-reference/workflow/deleted-v1.md): This entry is created whenever a workflow is deleted
- [Updated v1](https://docs.incident.io/api-reference/workflow/updated-v1.md): This entry is created whenever a workflow is updated

### Deprecated endpoints

#### Actions V1

- [List](https://docs.incident.io/api-reference/actions-v1/list.md): List all actions for an organisation.
- [Show](https://docs.incident.io/api-reference/actions-v1/show.md): Get a single incident action.

#### Actions V2

- [List](https://docs.incident.io/api-reference/actions-v2/list.md): List all actions for an organisation.
- [Create](https://docs.incident.io/api-reference/actions-v2/create.md): Create a new incident action.
- [Show](https://docs.incident.io/api-reference/actions-v2/show.md): Get a single incident action.
- [Update](https://docs.incident.io/api-reference/actions-v2/update.md): Update an existing incident action.
- [Delete](https://docs.incident.io/api-reference/actions-v2/delete.md): Delete an incident action.

#### Alert Routes V2

- [List](https://docs.incident.io/api-reference/alert-routes-v2/list.md): List all alert routes in your account.
- [Create](https://docs.incident.io/api-reference/alert-routes-v2/create.md): Create a new alert route in your account.
- [Show](https://docs.incident.io/api-reference/alert-routes-v2/show.md): Load details about a specific alert route in your account.
- [Update](https://docs.incident.io/api-reference/alert-routes-v2/update.md): Update an existing alert route in your account.
- [Delete](https://docs.incident.io/api-reference/alert-routes-v2/delete.md): Delete an existing alert route in your account.

#### Catalog V2

- [List](https://docs.incident.io/api-reference/catalog-v2/list.md): List entries for a catalog type.
- [Create](https://docs.incident.io/api-reference/catalog-v2/create.md): Create an entry within the catalog. We support a maximum of 50,000 entries per type.
- [Show](https://docs.incident.io/api-reference/catalog-v2/show.md): Show a single catalog entry.
- [Update](https://docs.incident.io/api-reference/catalog-v2/update.md): Updates an existing catalog entry.
- [Delete](https://docs.incident.io/api-reference/catalog-v2/delete.md): Archives a catalog entry.
- [List](https://docs.incident.io/api-reference/catalog-v2/list-1.md): List available engine resources for the catalog.
- [List](https://docs.incident.io/api-reference/catalog-v2/list-2.md): List all catalog types for an organisation, including those synced from external resources.
- [Create](https://docs.incident.io/api-reference/catalog-v2/create-1.md): Create a catalog type. The schema must be updated using the UpdateTypeSchema endpoint.
- [Show](https://docs.incident.io/api-reference/catalog-v2/show-1.md): Show a single catalog type.
- [Update Type](https://docs.incident.io/api-reference/catalog-v2/update-type.md): Updates an existing catalog type. The schema must be updated using the UpdateTypeSchema endpoint.
- [Delete](https://docs.incident.io/api-reference/catalog-v2/delete-1.md): Archives a catalog type and associated entries.
- [Update Type Schema](https://docs.incident.io/api-reference/catalog-v2/update-type-schema.md): Update an existing catalog types schema, adding or removing attributes.

#### Custom Fields V1

- [List](https://docs.incident.io/api-reference/custom-fields-v1/list.md): List all custom fields for an organisation.
- [Create](https://docs.incident.io/api-reference/custom-fields-v1/create.md): Create a new custom field
- [Show](https://docs.incident.io/api-reference/custom-fields-v1/show.md): Get a single custom field.
- [Update](https://docs.incident.io/api-reference/custom-fields-v1/update.md): Update the details of a custom field
- [Delete](https://docs.incident.io/api-reference/custom-fields-v1/delete.md): Delete a custom field

#### Follow-ups V2

- [List](https://docs.incident.io/api-reference/follow-ups-v2/list.md): List all follow-ups for an organisation.
- [Create](https://docs.incident.io/api-reference/follow-ups-v2/create.md): Create a new incident follow-up.
- [Show](https://docs.incident.io/api-reference/follow-ups-v2/show.md): Get a single incident follow-up.
- [Update](https://docs.incident.io/api-reference/follow-ups-v2/update.md): Update an existing incident follow-up.
- [Delete](https://docs.incident.io/api-reference/follow-ups-v2/delete.md): Delete an incident follow-up.
- [Connect external issue](https://docs.incident.io/api-reference/follow-ups-v2/connect-external-issue.md): Connect a follow-up to an existing issue in an issue tracker, using the URL of the issue.

#### Incident Roles V1

- [List](https://docs.incident.io/api-reference/incident-roles-v1/list.md): List all incident roles for an organisation.
- [Create](https://docs.incident.io/api-reference/incident-roles-v1/create.md): Create a new incident role
- [Show](https://docs.incident.io/api-reference/incident-roles-v1/show.md): Get a single incident role.
- [Update](https://docs.incident.io/api-reference/incident-roles-v1/update.md): Update an existing incident role
- [Delete](https://docs.incident.io/api-reference/incident-roles-v1/delete.md): Removes an existing role

#### Incidents V1

- [List](https://docs.incident.io/api-reference/incidents-v1/list.md): List all incidents for an organisation.
- [Create](https://docs.incident.io/api-reference/incidents-v1/create.md): Create a new incident.
- [Show](https://docs.incident.io/api-reference/incidents-v1/show.md): Get a single incident.

## OpenAPI Specs

- [api-keys-v1](/openapi/tags/api-keys-v1.json)
- [utilities-v1](/openapi/tags/utilities-v1.json)
- [actions-v3](/openapi/tags/actions-v3.json)
- [alert-attributes-v2](/openapi/tags/alert-attributes-v2.json)
- [alert-events-v2](/openapi/tags/alert-events-v2.json)
- [alert-notes-v1](/openapi/tags/alert-notes-v1.json)
- [alert-routes-v3](/openapi/tags/alert-routes-v3.json)
- [alert-sources-v2](/openapi/tags/alert-sources-v2.json)
- [alerts-v2](/openapi/tags/alerts-v2.json)
- [call-sessions-v2](/openapi/tags/call-sessions-v2.json)
- [call-transcript-entries-v2](/openapi/tags/call-transcript-entries-v2.json)
- [catalog-entries-v3](/openapi/tags/catalog-entries-v3.json)
- [catalog-resources-v3](/openapi/tags/catalog-resources-v3.json)
- [catalog-types-v3](/openapi/tags/catalog-types-v3.json)
- [custom-field-options-v1](/openapi/tags/custom-field-options-v1.json)
- [custom-fields-v2](/openapi/tags/custom-fields-v2.json)
- [escalation-paths-v2](/openapi/tags/escalation-paths-v2.json)
- [escalations-v2](/openapi/tags/escalations-v2.json)
- [follow-ups-v3](/openapi/tags/follow-ups-v3.json)
- [heartbeat-v2](/openapi/tags/heartbeat-v2.json)
- [incident-activity-log-entries-v2](/openapi/tags/incident-activity-log-entries-v2.json)
- [incident-alerts-v2](/openapi/tags/incident-alerts-v2.json)
- [incident-attachments-v1](/openapi/tags/incident-attachments-v1.json)
- [incident-memberships-v1](/openapi/tags/incident-memberships-v1.json)
- [incident-participant-workloads-v2](/openapi/tags/incident-participant-workloads-v2.json)
- [incident-participants-v2](/openapi/tags/incident-participants-v2.json)
- [incident-relationships-v1](/openapi/tags/incident-relationships-v1.json)
- [incident-roles-v2](/openapi/tags/incident-roles-v2.json)
- [incident-statuses-v1](/openapi/tags/incident-statuses-v1.json)
- [incident-templates-v1](/openapi/tags/incident-templates-v1.json)
- [incident-timeline-items-v2](/openapi/tags/incident-timeline-items-v2.json)
- [incident-timestamps-v2](/openapi/tags/incident-timestamps-v2.json)
- [incident-types-v1](/openapi/tags/incident-types-v1.json)
- [incident-updates-v2](/openapi/tags/incident-updates-v2.json)
- [incidents-v2](/openapi/tags/incidents-v2.json)
- [ipallowlists-v1](/openapi/tags/ipallowlists-v1.json)
- [maintenancewindows-v1](/openapi/tags/maintenancewindows-v1.json)
- [notification-methods-v2](/openapi/tags/notification-methods-v2.json)
- [notification-rules-v2](/openapi/tags/notification-rules-v2.json)
- [policies-v2](/openapi/tags/policies-v2.json)
- [policy-findings-v2](/openapi/tags/policy-findings-v2.json)
- [postmortemdocuments-v1](/openapi/tags/postmortemdocuments-v1.json)
- [schedule-entries-v2](/openapi/tags/schedule-entries-v2.json)
- [schedule-overrides-v2](/openapi/tags/schedule-overrides-v2.json)
- [schedule-replicas-v2](/openapi/tags/schedule-replicas-v2.json)
- [schedule-sync-rules-v2](/openapi/tags/schedule-sync-rules-v2.json)
- [schedule-sync-targets-v2](/openapi/tags/schedule-sync-targets-v2.json)
- [schedules-v2](/openapi/tags/schedules-v2.json)
- [secrets-v2](/openapi/tags/secrets-v2.json)
- [severities-v1](/openapi/tags/severities-v1.json)
- [status-page-incident-updates-v2](/openapi/tags/status-page-incident-updates-v2.json)
- [status-page-incidents-v2](/openapi/tags/status-page-incidents-v2.json)
- [status-page-maintenance-updates-v2](/openapi/tags/status-page-maintenance-updates-v2.json)
- [status-page-maintenances-v2](/openapi/tags/status-page-maintenances-v2.json)
- [status-page-response-incidents-v1](/openapi/tags/status-page-response-incidents-v1.json)
- [status-pages-v2](/openapi/tags/status-pages-v2.json)
- [teams-v3](/openapi/tags/teams-v3.json)
- [telemetry-v2](/openapi/tags/telemetry-v2.json)
- [users-v2](/openapi/tags/users-v2.json)
- [workflow-runs-v2](/openapi/tags/workflow-runs-v2.json)
- [workflows-v2](/openapi/tags/workflows-v2.json)
- [webhooks](/openapi/webhooks.json)
- [audit-logs](/openapi/audit-logs.json)
- [deprecated-endpoints](/openapi/deprecated-endpoints.json)
