---
title: "webhook.info"
method: POST
path: "/webhook.info"
tags: ["Webhook"]
---

# webhook.info

`POST /webhook.info`

Retrieves information about a specific webhook setting by its ID.

**Requires the [`apiKeysRead`](authentication#permissions-webhookinfo) permission.**

## Request body

- WebhookInfoRequest
  - `webhookId` string, uuid, required — The id of the webhook setting to retrieve

## Response `200`

Responses from the webhook.info endpoint

- union
  - WebhookInfoSuccessResponse
    - `success` true, required
    - `results` WebhookInfo, required
      - `id` string, uuid, required — The unique identifier for the webhook
      - `enabled` boolean, required — Whether or not the webhook setting is enabled
      - `requestUrl` string, uri, required — The URL the webhook will send requests to
      - `webhookType` 'applicationSubmit' | 'applicationUpdate' | 'candidateHire' | 'candidateStageChange' | 'candidateDelete' | 'candidateMerge' | 'interviewPlanTransition' | 'interviewScheduleCreate' | 'interviewScheduleUpdate' | 'jobCreate' | 'jobUpdate' | 'jobPostingUpdate' | 'jobPostingDelete' | 'jobPostingPublish' | 'jobPostingUnpublish' | 'openingCreate' | 'offerCreate' | 'offerUpdate' | 'offerDelete' | 'pushToHRIS' | 'surveySubmit' | 'takeHomeAssignmentAssigned' | 'takeHomeAssignmentCancelled' | 'takeHomeAssignmentCompleted' | 'takeHomeAssignmentSubmitted' | 'signatureRequestUpdate', required — The type of webhook
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
