---
title: "Register webhooks"
method: POST
path: "/api/v2/webhooks/url"
tags: ["Webhooks"]
---

# Register webhooks

`POST /api/v2/webhooks/url`

Create webhooks configuration

## Request body

- object
  - `events` string[], required
  - `url` string, URL, required — URL to post the webhooks

## Response `201`

Success

- object
  - `uuid` string, uuid — Webhook unique identifier
  - `events` string[], required
  - `url` string, URL, required — URL to post the webhooks

## Other responses

- `400` — Invalid parameters

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
