GET
/
get_campaingn_webhooks
curl --request GET \
  --url https://api.toingg.com/api/v3/get_campaingn_webhooks \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Get Campaign Webhooks” endpoint allows users to retrieve all webhook configurations associated with a specific campaign in Toingg. By sending a POST request to the /get_campaingn_webhooks endpoint, users can access details of each webhook, including its name, event path, HTTP method, and any associated headers or JSON data. This functionality is crucial for reviewing and managing campaign-specific integrations with external systems, ensuring that webhooks are correctly configured to trigger the desired actions in response to campaign events. The endpoint provides comprehensive information to support effective webhook management and alignment with campaign needs.

Example cURL Request

curl -X GET \
  'https://api.toingg.com/api/v3/get_campaingn_webhooks?campaignId=YOUR_CAMPAIGN_ID' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

campaignId
string
required

Response

200
application/json
Successful Response

The response is of type any.