v1

latestOpenAPI 3.0.02026-07-135338.4 KB
webhooks

Get a list of existent webhooks

get/v1/integrations/webhooks

Query parameters

teamIdstring

A team id in case you want to act on behalf of a team

Response

OK

idstring required

Id of the webhook

eventsstring[] required

An array with the event identifiers that the webhook can receive

urlstring required

The URL where the POST request will be sent

namestring required

A name for the webhook that serves as a canonical description

configurationIdstring required

An id that corresponds to the configuration that generated the token that was used to create the webhook

createdAtinteger required

Timestamp that tells when was the webhook created

ownerIdstring

Id of the owner which can be a user or a team

All 5 operations