---
title: "Verify Connection"
method: POST
path: "/webhooks/verify/"
tags: ["webhooks"]
---

# Verify Connection

`POST /webhooks/verify/`

Verify webhook connection

## Request body

- WebhookVerify — Schema for receiving verification webhook request
  - `target_url` string, uri
  - `model` 'candidate' | 'contact' | 'match' | 'job', required — An enumeration.
  - `action` 'create' | 'update' | 'moved' | 'status_update', required — An enumeration. When model is match, allowed values are create and moved. When model is candidate or contact, allowed values are create and update. When model is job, allowed value is status_update.
  - `source_name` 'zapier' | 'generic' — An enumeration.

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
