Webhooks
List webhooks
List all webhooks for a given app as specified by the App ID.
get/v1/projects/{project_id}/apps/{app_id}/webhooks
Response
A successful response.
Example response
{
"webhooks": [
{
"triggers": [
"MESSAGE_DELIVERY"
]
}
]
}