---
title: "Receive Polar webhook"
method: POST
path: "/webhooks/polar"
tags: ["webhooks"]
---

# Receive Polar webhook

`POST /webhooks/polar`

## Request body

- PolarWebhookPayload

## Response `200`

Acknowledged

- WebhookAck
  - `received` true, required

## Other responses

- `400` — Bad webhook request
- `401` — Invalid signature
- `413` — Payload too large
- `500` — Dispatch failed
- `503` — Webhook not configured

---

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