GET https://api.sorryapp.com/v1/pages
Use this endpoint to get a list all pages under one account.
Example Request
curl -X GET https://api.sorryapp.com/v1/pages -H "Authorization: Bearer 129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"
Example Response
{
"response": [
{
"id": "abc123x4y",
"state": "degraded",
"name": "Example Inc - Service Status",
"timezone": "UTC",
"support_email": "help@example-inc.com",
"support_telephone": null,
"support_url": "https://help.sorryapp.com",
"visible_to_search": false,
"meta_title": null,
"meta_description": null,
"google_analytics_id": null,
"timeline_threshold": 259200,
"timeline_threshold_in_days": 3,
"timeline_sort_order": "asc",
"locale": "en",
"created_at": "2020-12-18T15:39:32.858Z",
"updated_at": "2022-12-16T16:28:42.503Z",
"endpoint": "status.example-inc.com",
"send_notifications_by_email": true,
"send_notifications_by_sms": true,
"send_notifications_by_slack": true,
"send_notifications_by_microsoft_teams": true,
"send_notifications_by_twitter": false
},
],
"count": 1
}