---
title: "Orb billing webhook"
method: POST
path: "/webhooks/orb"
tags: ["Webhooks"]
---

# Orb billing webhook

`POST /webhooks/orb`

Endpoint used by Orb to deliver billing-related webhook events.
This endpoint is authenticated via Orb's HMAC signature headers,
not via the normal API authentication.

## Request body

- object — Orb webhook event payload

## Response `200`

Webhook received and processed successfully

## Other responses

- `400` — Invalid signature or malformed request
- `500` — Internal error while handling the webhook

---

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