public
Event

List Webhooks

get/orgs/{orgId}/apps/{appId}/webhooks

Path parameters

orgIdstring required

The Organization ID.

appIdstring required

The Application ID.

Response

A list of Webhooks.

created_atstring

The timestamp of when this Job was created.

created_bystring

The user who created this Job

disabledboolean nullable required

Defines whether this job is currently disabled.

headersJSONFieldResponse required
idstring required

Job ID, unique within the Organization

payloadJSONFieldResponse required
secret_headersstring[] required

The names of the webhook's secret HTTP headers.

urlstring nullable required

The webhook's URL (without protocol, only HTTPS is supported).

Example response

[
  {
    "created_at": "2020-06-22T09:37:23.523Z"
  }
]

Changes