July 29th, 2024

New Status Page API Endpoints

We have now added new endpoints that can be found from the status page option within the REST API

Simply navigate to the Settings>API, and by selecting Documentation, under the status page option, you will see the following endpoints:

  • GET /api/v1/statuspages/{statuspage_id}/subscription-domain-allow-list/
  • POST /api/v1/statuspages/{statuspage_id}/subscription-domain-allow-list/
  • GET /api/v1/statuspages/{statuspage_id}/subscription-domain-allow-list/{pk}/
  • PATCH /api/v1/statuspages/{statuspage_id}/subscription-domain-allow-list/{pk}/
  • DELETE /api/v1/statuspages/{statuspage_id}/subscription-domain-allow-list/{pk}/
  • GET /api/v1/statuspages/{statuspage_id}/subscription-domain-block-list/
  • POST /api/v1/statuspages/{statuspage_id}/subscription-domain-block-list/
  • GET /api/v1/statuspages/{statuspage_id}/subscription-domain-block-list/{pk}/
  • PATCH /api/v1/statuspages/{statuspage_id}/subscription-domain-block-list/{pk}/
  • DELETE /api/v1/statuspages/{statuspage_id}/subscription-domain-block-list/{pk}/


For more information, please read our documentation on the API Allowlist and Blocklist.