Skip to main content

To Get the Summary of Webhook

Description

This API can be used to get the summary of Webhook.

Query Parameters

  • mode (Mandatory) - To get the summary of the webhook (value:meta)

OAuth Scope:

SalesIQ.webhooks.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/webhooks

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks?mode=meta

Sample Response

Copied{
    "url": "/api/v2/zylker/webhooks",
    "object": "summary",
    "data": {
        "administration": "3",
        "disabled": "1",
        "enabled": "5",
        "data": "3"
    }
}