---
title: "Create a webhook subscription"
method: POST
path: "/webhook-subscriptions"
tags: ["webhook subscriptions"]
---

# Create a webhook subscription

`POST /webhook-subscriptions`

Create a webhook subscription

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Request body

- object
  - `url` string, required
  - `secret` string, required

## Response `201`

create

## Other responses

- `400` — Bad request
- `429` — Too Many Requests

## Changes

- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/webhook-subscriptions/post.md)

---

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