webhooks
Find specific webhook resource
Returns information about supported events for a given webhook resource
get/webhooks/resources/{resource}
Path parameters
resourcestring required
A name of a webhook resource. Available resources include 'CccCampaign': ['started', 'stopped', 'finished'], 'CallBroadcast': ['started', 'stopped', 'finished'], 'TextBroadcast': ['started', 'stopped', 'finished'], 'OutboundCall': ['finished'], 'InboundCall': ['finished'], 'OutboundText': ['finished'], 'InboundText': ['finished'], 'ContactList': ['validationFinished', 'validationFailed'], 'MonthlyRenewal': ['failed', 'finished'], 'LowBalance': ['failed', 'finished']
Query parameters
fieldsstring
Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.
Response
successful operation