latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

ping_email
channel/email

List all Ping Email integrations

Retrieves the current Ping Email integration configurations for a specific integration type in the project. Returns configuration details and status information.

get/integrations/ping_email

Response

OK

Example response

{
  "data": [
    {
      "config": {
        "url": "https://example.com/webhook"
      },
      "id": "123",
      "name": "<provider-name>"
    }
  ],
  "links": {
    "first": "https://api.magicbell.com/v1/example",
    "next": "https://api.magicbell.com/v1/example?page_next=abc",
    "prev": null
  }
}