---
title: "Update callback URL within subscription"
method: PATCH
path: "/v1/tx-subscriptions/{subscription_id}/callback_url"
tags: ["subscriptions to transactions"]
---

# Update callback URL within subscription

`PATCH /v1/tx-subscriptions/{subscription_id}/callback_url`

This endpoint updates the callback URL for a specific subscription.

> NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.

## Path parameters

- `subscription_id` string, required

## Request body

- object
  - `callback_url` string — The new callback URL to be used for the subscription.

## Response `200`

Successfully updated callback URL

## Other responses

- `400` — Parameters are malformed
- `401` — Unathenticated request
- `429` — Too many requests error

---

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