---
title: "Register webhooks"
method: POST
path: "/api/v2/load-offers/webhooks"
tags: ["Load Offers"]
---

# Register webhooks

`POST /api/v2/load-offers/webhooks`

Create webhooks configuration

## Request body

- object
  - `url` string, required — URL to be called when proper event happens
  - `event` 'load_cancelled' | 'load_carrier_bounced' | 'offer_created' | 'offer_removed', required — Action that will trigger the endpoint

## Response `201`

Success

- object
  - `id` string — Webhook unique identifier (UUID)
  - `url` string, required — URL to be called when proper event happens
  - `event` 'load_cancelled' | 'load_carrier_bounced' | 'offer_created' | 'offer_removed', required — Action that will trigger the endpoint

## 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)
