Observability-Notification Service
Number of APIs: 9
-
Get all integration types GET {{fastly_url}}/notifications/integration-types
-
Search for integrations GET {{fastly_url}}/notifications/integrations?cursor&limit&sort&type
-
Create an integration POST {{fastly_url}}/notifications/integrations
-
Delete an integration DELETE {{fastly_url}}/notifications/integrations/{{integration_id}}
-
Update an integration PATCH {{fastly_url}}/notifications/integrations/{{integration_id}}
-
Get webhook payload signing key GET {{fastly_url}}/notifications/integrations/{{integration_id}}/signingKey
-
Rotate webhook payload signing key POST {{fastly_url}}/notifications/integrations/{{integration_id}}/rotateSigningKey
-
Send mailing list confirmation email POST {{fastly_url}}/notifications/mailinglist-confirmations
-
Get integration GET {{fastly_url}}/notifications/integrations/{{integration_id}}