---
title: "Create Webhook"
method: POST
path: "/partner/webhook/create"
tags: ["Partner::Webhook"]
---

# Create Webhook

`POST /partner/webhook/create`

This endpoint creates a new webhook associated with the logged-in partner.  Just send the webhook URL, and the system will associate it using the session information  contained in the JWT obtained from the login endpoint.
**Currently, the only available type is 'CHECKIN'.**

## Parameters

- `#/paths/~1partner~1webhook~1get/get/parameters/0` — unresolved $ref

## Request body

- object
  - `webhook_url` string, required
  - `webhook_type` string, required

## Response `201`

Webhook successfully created

- object

## Other responses

- `400` — Bad Request
- `401` — unresolved $ref

---

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