latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Webhooks

Get a webhook

Returns a webhook subscription by its ID.

get/webhooks/{webhookId}

Path parameters

webhookIdstring required

The ID of the Webhook

Response

Example response

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