---
title: "Get a webhook publisher configuration by ID"
method: GET
path: "/api/v1/webhook-publishers/{id}"
tags: ["webhook-publishers"]
---

# Get a webhook publisher configuration by ID

`GET /api/v1/webhook-publishers/{id}`

## Path parameters

- `id` string, uuid, required

## Response `201`

- WebhookPublisherResponseDTO
  - `active` boolean, required
  - `clientType` 'xapi', required
  - `config` object, required
    - `actorIfiMode` 'mbox' | 'mbox_sha1sum', required
    - `authMode` 'basic' | 'oauth2_client_credentials', required
    - `lrsEndpointUrl` string, uri, required
    - `oauthScope` string, required
    - `oauthTokenUrl` string, required
  - `createdAt` string, date-time, required
  - `id` string, uuid, required
  - `lastSuccessfulDeliveryAt` string, date-time, nullable, required
  - `lastUpdatedAt` string, date-time, required
  - `name` string, required
  - `organizationId` string, uuid, required
  - `pausedReason` string, nullable, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
