Reporting Webhooks

List reporting webhooks

Return a list of all of your reporting webhooks

get/v1/reporting_webhooks

Response

Returns an array of your reporting_webhooks.

Example response

{
  "reporting_webhooks": [
    {
      "name": "my cool webhook",
      "id": 4,
      "type": "webhook",
      "endpoint": "https://example.com/webhook",
      "full_resolution": true,
      "events": [
        "email_failed",
        "webhook_failed"
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.