Skip to main content

Get webhook

GET 

/v2/webhooks/:webhookId

Gets webhook object with all details.

Request

Path Parameters

    webhookId string required

    Webhook ID.


    Example: Zib4xbZsmvZeK55ua

Status 200

Response Headers
    {
    "data": {
    "id": "YiKoxjkaS9gjGTqhF",
    "createdAt": "2019-12-12T07:34:14.202Z",
    "modifiedAt": "2019-12-13T08:36:13.202Z",
    "userId": "wRsJZtadYvn4mBZmm",
    "isAdHoc": false,
    "shouldInterpolateStrings": false,
    "eventTypes": [
    "ACTOR.RUN.SUCCEEDED"
    ],
    "condition": {
    "actorId": "hksJZtadYvn4mBuin",
    "actorTaskId": "asdLZtadYvn4mBZmm",
    "actorRunId": "hgdKZtadYvn4mBpoi"
    },
    "ignoreSslErrors": false,
    "doNotRetry": false,
    "requestUrl": "http://example.com/",
    "payloadTemplate": "{\\n \"userId\": {{userId}}...",
    "headersTemplate": "{\\n \"Authorization\": \"Bearer ...\"}",
    "title": "Actor run succeeded webhook",
    "description": "this is webhook description",
    "lastDispatch": {
    "status": "ACTIVE",
    "finishedAt": "2019-12-13T08:36:13.202Z"
    },
    "stats": {
    "totalDispatches": 1
    }
    }
    }