---
title: "Execute Instatus webhook"
method: POST
path: "/webhooks/{webhook_id}/{token}/instatus"
tags: ["Webhooks"]
---

# Execute Instatus webhook

`POST /webhooks/{webhook_id}/{token}/instatus`

Receives and processes Instatus status page webhook events, formatting them as messages in the configured channel.

## Path parameters

- `webhook_id` union, required
  - string, snowflake
  - integer
- `token` string, required — The webhook token

## Request body

- InstatusWebhook
  - `meta` object, nullable
    - `unsubscribe` string, nullable
    - `documentation` string, nullable
  - `page` object, nullable
    - `id` string, nullable
    - `status_indicator` string, nullable
    - `status_description` string, nullable
    - `url` string, nullable
  - `incident` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `url` string, nullable
    - `status` string, nullable
    - `backfilled` boolean, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `resolved_at` string, nullable
    - `incident_updates` object[], nullable
      - `id` string, nullable
      - `incident_id` string, nullable
      - `markdown` string, nullable
      - `status` string, nullable
      - `created_at` string, nullable
      - `updated_at` string, nullable
    - `affected_components` object[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `status` string, nullable
  - `maintenance` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `url` string, nullable
    - `status` string, nullable
    - `maintenance_start_date` string, nullable
    - `maintenance_end_date` string, nullable
    - `backfilled` boolean, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `resolved_at` string, nullable
    - `maintenance_updates` object[], nullable
      - `id` string, nullable
      - `maintenance_id` string, nullable
      - `markdown` string, nullable
      - `created_at` string, nullable
      - `updated_at` string, nullable
    - `affected_components` object[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `status` string, nullable
  - `component_update` object, nullable
    - `created_at` string, nullable
    - `new_status` string, nullable
    - `component_id` string, nullable
  - `component` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `status` string, nullable
    - `created_at` string, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

## Changes

> 15 revisions in range; 1 not diffed.

- **2026-09-18** `dd0ad4ea1c88` — 48 breaking, 48 info
  - request property `component/anyOf[subschema #1]/created_at` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `component/anyOf[subschema #1]/id` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `component/anyOf[subschema #1]/name` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `component/anyOf[subschema #1]/status` list-of-types was narrowed by removing types `null` from media type `application/json`
  - …92 more
- **2026-09-06** `a52a2cf49d9b` — 16 warning
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `400`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `500`
  - …12 more
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/webhooks/:webhook_id/:token/instatus/post.md)

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/5296f41cd55d?raw)
