---
title: "Get notification setting"
method: GET
path: "/orgunit/{orgunitId}/groups/{groupId}/notification-url"
tags: ["Webhooks"]
---

# Get notification setting

`GET /orgunit/{orgunitId}/groups/{groupId}/notification-url`

## Path parameters

- `orgunitId` string, required
- `groupId` string, required

## Response `200`

Success

- WebHookExternalApiResponseNew
  - `data` WebHook
    - `callbackUrlEnabled` boolean
    - `statusUrlEnabled` boolean
    - `personalUrlEnabled` boolean
    - `callbackUrlSettings` CallbackUrlSettings[], nullable
      - `callBackUrl` string, nullable
      - `authenticationType` string, nullable
      - `userName` string, nullable
      - `password` string, nullable
      - `tokenAuthority` string, nullable
      - `clientId` string, nullable
      - `clientSecret` string, nullable
      - `clientScope` string, nullable
    - `statusUrlSettings` StatusUrlSettings[], nullable
      - `statusUrl` string, nullable
      - `authenticationType` string, nullable
      - `userName` string, nullable
      - `password` string, nullable
      - `tokenAuthority` string, nullable
      - `clientId` string, nullable
      - `clientSecret` string, nullable
      - `clientScope` string, nullable
    - `personalUrlSettings` PersonalLinkSettings[], nullable
      - `personallinkurl` string, nullable
      - `authenticationType` string, nullable
      - `userName` string, nullable
      - `password` string, nullable
      - `tokenAuthority` string, nullable
      - `clientId` string, nullable
      - `clientSecret` string, nullable
      - `clientScope` string, nullable
  - `appCode` string, nullable
  - `message` string, nullable
  - `isError` boolean

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/ministrybytext/apis/pbt-api-documentation.md) · [All operations](https://skmtc.net/ministrybytext/apis/pbt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministrybytext/pbt-api-documentation/revisions/ca6e9c8f430d/schema)
