---
title: "Polar webhook handler"
method: POST
path: "/webhook/polar"
tags: ["Webhooks"]
---

# Polar webhook handler

`POST /webhook/polar`

Handles Polar webhook events for subscription changes. Verifies webhook signature and processes subscription events.

## Response `200`

Webhook processed successfully

- object
  - `received` boolean, required

## Other responses

- `400` — Invalid webhook signature or payload
- `500` — Failed to process webhook event (will trigger retry)

---

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