---
title: "GET /api/tenants/{tenantId}/webhooks/{webhookId}"
method: GET
path: "/api/tenants/{tenantId}/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# GET /api/tenants/{tenantId}/webhooks/{webhookId}

`GET /api/tenants/{tenantId}/webhooks/{webhookId}`

## Path parameters

- `tenantId` integer, required
- `webhookId` integer, required

## Response `200`

OK

- Webhook
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `name` string, required
  - `receiverAddress` string, required
  - `action` 'None' | 'CaseFunctionRequest' | 'CaseChangeAdded' | 'PayrunFunctionRequest' | 'PayrunJobProcess' | 'PayrunJobFinish' | 'ReportFunctionRequest' | 'TaskChange', required
  - `attributes` object, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/versions/34e260deaa2c/schema)
