Status Pages

Create page

POST https://api.sorryapp.com/v1/pages

Use this endpoint to create a new page in the account.

Example Request

curl -X POST https://api.sorryapp.com/v1/pages -d name="Rocket Launch" -H "129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"

Example Response

{ "response": { "id": "abc123x4y5", "name": "My Example Status Page", "timezone": "UTC", "support_email": "support@example.com", "support_telephone": "08000 100 200", "support_url": "http://example.com/support", "visible_to_search": true, "meta_title": "Our status page", "meta_description": "Where we keep you up to date with what's going on.", "google_analytics_id": "UA-12456", "send_notifications_by_email": true, "send_notifications_by_sms": true, "send_notifications_by_slack": false, "send_notifications_by_microsoft_teams": false, "send_notifications_by_twitter": false, "created_at": "2022-12-18 14:39:21 +0000", "updated_at": "2022-12-18 14:39:21 +0000" } }