latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Incoming Webhooks

List incoming webhooks

Returns all non-deleted incoming webhooks for a workflow, including disabled ones.

get/workflows/{workflowId}/incoming-webhooks

Path parameters

workflowIdstring required

The ID of the Workflow

Response

Example response

{
  "data": [
    {
      "createdBy": {
        "id": "naAJxoDIuwdgNsQHGRRGqA",
        "email": "jane.doe@example.com",
        "username": "Jane Doe"
      },
      "updatedBy": {
        "id": "naAJxoDIuwdgNsQHGRRGqA",
        "email": "jane.doe@example.com",
        "username": "Jane Doe"
      },
      "workflowId": "l0sYejKfFXVwcykbTr9Cew",
      "links": [
        {
          "href": "https://api.process.st/api/v1.1/resource/XXX"
        }
      ]
    }
  ],
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}