Statuspage logo

Statuspage

Statuspage by Atlassian is a hosted status page and incident communication platform that helps companies communicate real-time service status, incident updates, scheduled maintenance, and component health to customers and internal stakeholders. It supports public and private pages, audience-specific pages, subscriber notifications via email, SMS, webhooks, Slack, and Teams, and 150+ third-party component integrations. The Statuspage REST API provides programmatic access to pages, components, incidents, maintenances, metrics, subscribers, and users authenticated with an OAuth-prefixed API key.

3 APIs 0 Features
Status PageIncident CommunicationIncident ManagementUptimeReliabilityAtlassian

APIs

Statuspage Manage API

REST API for managing Statuspage pages, components, component groups, incidents, incident templates, scheduled maintenances, metrics, subscribers, users, and page access groups....

Statuspage Status API (v2)

Public, read-only REST API exposed by every Statuspage at /api/v2 that returns current status, components, incidents, maintenances, and uptime data as JSON. Useful for embedding...

Statuspage Webhook Notifications

Outbound webhook notifications Statuspage POSTs to subscriber endpoints for component status changes, incident lifecycle updates, and scheduled maintenance lifecycle updates. Su...

Event Specifications

Statuspage Webhook Notifications

AsyncAPI description of the webhook notifications that Atlassian Statuspage delivers to subscriber endpoints. Statuspage POSTs a JSON body to a customer-configured URL whenever ...

ASYNCAPI

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Developer Portal
Developer Portal
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
SignUp
SignUp
🔗
Login
Login
💬
Support
Support
🔗
Parent Company
Parent Company

Sources

Raw ↑
aid: statuspage
name: Statuspage
description: >-
  Statuspage by Atlassian is a hosted status page and incident communication
  platform that helps companies communicate real-time service status, incident
  updates, scheduled maintenance, and component health to customers and
  internal stakeholders. It supports public and private pages, audience-specific
  pages, subscriber notifications via email, SMS, webhooks, Slack, and Teams,
  and 150+ third-party component integrations. The Statuspage REST API provides
  programmatic access to pages, components, incidents, maintenances, metrics,
  subscribers, and users authenticated with an OAuth-prefixed API key.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - Status Page
  - Incident Communication
  - Incident Management
  - Uptime
  - Reliability
  - Atlassian
url: >-
  https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
  - aid: statuspage:manage-api
    name: Statuspage Manage API
    description: >-
      REST API for managing Statuspage pages, components, component groups,
      incidents, incident templates, scheduled maintenances, metrics,
      subscribers, users, and page access groups. Authentication uses an API
      key passed in the Authorization header with the literal "OAuth" prefix.
    humanURL: https://developer.statuspage.io/
    baseURL: https://api.statuspage.io/v1
    tags:
      - Management
      - Incidents
      - Components
      - Subscribers
      - Metrics
    properties:
      - type: Documentation
        url: https://developer.statuspage.io/
      - type: APIReference
        url: https://developer.statuspage.io/
      - type: Authentication
        url: https://support.atlassian.com/statuspage/docs/create-and-manage-api-keys/
  - aid: statuspage:status-api
    name: Statuspage Status API (v2)
    description: >-
      Public, read-only REST API exposed by every Statuspage at /api/v2 that
      returns current status, components, incidents, maintenances, and uptime
      data as JSON. Useful for embedding status data in applications.
    humanURL: https://doers.statuspage.io/api/v2/
    baseURL: https://[page-id].statuspage.io/api/v2
    tags:
      - Status
      - Public
      - Read-Only
    properties:
      - type: Documentation
        url: https://doers.statuspage.io/api/v2/
  - aid: statuspage:webhooks
    name: Statuspage Webhook Notifications
    description: >-
      Outbound webhook notifications Statuspage POSTs to subscriber endpoints
      for component status changes, incident lifecycle updates, and scheduled
      maintenance lifecycle updates. Subscribers must respond with a 2xx
      status code within 30 seconds.
    humanURL: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
    tags:
      - Webhooks
      - Notifications
      - Incidents
      - Components
      - Scheduled Maintenance
      - Event-Driven
    properties:
      - type: Documentation
        url: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
      - type: AsyncAPI
        url: https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/asyncapi/statuspage-webhooks-asyncapi.yml

common:
  - type: GitHubOrganization
    url: https://github.com/StatusPage
  - type: LinkedIn
    url: https://www.linkedin.com/company/statuspage
  - type: Website
    url: https://www.atlassian.com/software/statuspage
  - type: Developer Portal
    url: https://developer.statuspage.io/
  - type: Documentation
    url: https://support.atlassian.com/statuspage/
  - type: Pricing
    url: https://www.atlassian.com/software/statuspage/pricing
  - type: SignUp
    url: https://www.atlassian.com/software/statuspage/try
  - type: Login
    url: https://manage.statuspage.io/login
  - type: Support
    url: https://support.atlassian.com/statuspage/
  - type: Integrations
    url: https://www.atlassian.com/software/statuspage/integrations
  - type: Parent Company
    url: https://www.atlassian.com/
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com