Sign in

List subscription forms

documented

Get all subscription forms.

GET /subscription-formsWORKFLOWS AND COMMUNICATION PLANSno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$tenant}}.xmatters.com/api/xm/1/subscription-forms?limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -u "{{XMATTERS_API_KEY}}:{{XMATTERS_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List subscription forms · xMatters · OpenIntegrations