Status Page Subscribers

Update subscriber

PATCH https://api.sorryapp.com/v1/pages/:page_id/subscribers/:subscriber_id

Use this endpoint to update a single subscriber on a status page.

Example Request

curl -X PATCH https://api.sorryapp.com/v1/pages/:page_id/subscribers/:subscriber_id \ -d email="nictest@sorryapp.com" \ -H "Authorization: Bearer 129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"

Example Response

{ "response": { "id": 659815, "email": "nictest@sorryapp.com", "phone_number": " 44712345678", "slack_webhook_url": null, "microsoft_teams_url": null, "notify_by_email": true, "notify_by_phone_number": true, "notify_by_slack_webhook_url": false, "notify_by_legacy_slack_oauth_token": false, "notify_by_microsoft_teams_url": false, "first_name": null, "last_name": null, "nickname": null, "company": null, "tag_list": [], "avatar_url": "https://www.gravatar.com/avatar/cbc5b41f54acfcd7a1190e518c23b4e1", "created_at": "2022-12-05T10:00:14.423Z", "updated_at": "2022-12-05T11:21:35.588Z" } }