curl -X GET https://api.sorryapp.com/v1/pages/:page_id/notices/:notice_id \
-H "Authorization: Bearer 0526ff9fdbb3ca728daa3d17781eac1a15a1c3f0917abc53394d17ecdc8a8751"
Retreive a single notice from a status page.
Example Request
curl -X GET https://api.sorryapp.com/v1/pages/:page_id/notices/:notice_id
Example Response
{
"response": {
"id": 204499,
"type": "unplanned",
"state": "investigating",
"timeline_state": "present",
"subject": "API Performance Issues",
"synopsis": "This is an example notice.",
"link": "https://status.example-inc.com/notices/m3y9rng9tlzuzahz-api-performance-issues",
"began_at": "2022-12-05T12:49:31.039Z",
"ended_at": null,
"created_at": "2022-12-05T12:49:31.181Z",
"updated_at": "2022-12-05T12:49:31.230Z"
}
}