Observability-Notification Service

Number of APIs: 9

  1. Get all integration types GET {{fastly_url}}/notifications/integration-types

  2. Search for integrations GET {{fastly_url}}/notifications/integrations?cursor&limit&sort&type

  3. Create an integration POST {{fastly_url}}/notifications/integrations

  4. Delete an integration DELETE {{fastly_url}}/notifications/integrations/{{integration_id}}

  5. Update an integration PATCH {{fastly_url}}/notifications/integrations/{{integration_id}}

  6. Get webhook payload signing key GET {{fastly_url}}/notifications/integrations/{{integration_id}}/signingKey

  7. Rotate webhook payload signing key POST {{fastly_url}}/notifications/integrations/{{integration_id}}/rotateSigningKey

  8. Send mailing list confirmation email POST {{fastly_url}}/notifications/mailinglist-confirmations

  9. Get integration GET {{fastly_url}}/notifications/integrations/{{integration_id}}