Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 167 B view raw
1meta { 2 name: All Status Reports 3 type: http 4 seq: 1 5} 6 7get { 8 url: {{url}}/v1/status_report 9 body: none 10 auth: none 11} 12 13headers { 14 x-openstatus-key: api-key 15}