Skip to content

Reference

Incident.io

Connect Incident.io to Alter Vault for secure API access

Use Incident.io credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDincident-io
CategoryMonitoring & Observability
Credential TypeBearer Token

Log in to incident.io

Log in to incident.io at app.incident.io.

Go to Settings → API Keys

Go to Settings → API Keys at app.incident.io/settings/api-keys.

Create an API Key

Click ‘Create API Key’ and configure permissions.

Copy your API key

Copy the generated API key.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Incident.io

Go to Managed Secrets > Add Provider > Incident.io.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://api.incident.io/v2/incidents",
grant_id="YOUR_GRANT_ID",
)

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
Incidents V2#Createsend, writePOST/v2/incidents
Incidents V2#ListreadGET/v2/incidents
Incidents V2#ShowreadGET/v2/incidents/{id}
Incidents V2#EditwritePOST/v2/incidents/{id}/actions/edit
Incidents V1#Createsend, writePOST/v1/incidents
Incidents V1#ListreadGET/v1/incidents
Incidents V1#ShowreadGET/v1/incidents/{id}
Actions V2#ListreadGET/v2/actions
Actions V2#ShowreadGET/v2/actions/{id}
Follow-ups V2#ListreadGET/v2/follow_ups
Follow-ups V2#ShowreadGET/v2/follow_ups/{id}
Severities V1#ListreadGET/v1/severities
Severities V1#ShowreadGET/v1/severities/{id}
Severities V1#CreateadminPOST/v1/severities
Severities V1#UpdateadminPUT/v1/severities/{id}
Severities V1#Deleteadmin, deleteDELETE/v1/severities/{id}
Incident Roles V2#ListreadGET/v2/incident_roles
Incident Roles V2#ShowreadGET/v2/incident_roles/{id}
Incident Roles V2#CreateadminPOST/v2/incident_roles
Incident Roles V2#UpdateadminPUT/v2/incident_roles/{id}
Incident Roles V2#Deleteadmin, deleteDELETE/v2/incident_roles/{id}
Schedules V2#ListreadGET/v2/schedules
Schedules V2#ShowreadGET/v2/schedules/{id}
Schedules V2#CreateadminPOST/v2/schedules
Schedules V2#UpdateadminPUT/v2/schedules/{id}
Schedules V2#Destroyadmin, deleteDELETE/v2/schedules/{id}
Escalations V2#CreatePathadminPOST/v2/escalation_paths
Escalations V2#ShowPathreadGET/v2/escalation_paths/{id}
Escalations V2#UpdatePathadminPUT/v2/escalation_paths/{id}
Escalations V2#DestroyPathadmin, deleteDELETE/v2/escalation_paths/{id}
Users V2#ListreadGET/v2/users
Users V2#ShowreadGET/v2/users/{id}
Alert Events V2#CreateHTTPwritePOST/v2/alert_events/http/{alert_source_config_id}

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.