---
title: "Criar webhook app"
method: POST
path: "/api/v0/webhook"
---

# Criar webhook app

`POST /api/v0/webhook`

## Request body

- object
  - `name` string, required — Nome do Webhook app
  - `url` string, required — URL que receberá as notificações
  - `events` string[] — Lista de eventos para receber as atualizações

## Response `201`

201

- object
  - `id` string
  - `name` string
  - `url` string
  - `secret_token` string
  - `events` string[]
  - `is_active` boolean
  - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/superfrete/apis/integration.md) · [All operations](https://skmtc.net/superfrete/apis/integration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superfrete/integration/versions/82540e74ebe1/schema)
