---
title: "Process incoming webhook"
method: POST
path: "/api/v1/webhooks/{webhook_id}"
tags: ["sockets", "webhooks"]
---

# Process incoming webhook

`POST /api/v1/webhooks/{webhook_id}`

Process incoming webhook payload

## Path parameters

- `webhook_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `403` — Access denied
- `404` — Socket not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/versions/4dc7c4418845/schema)
