---
title: "Renew subscription"
method: POST
path: "/webhooks/{webhookId}/renew"
tags: ["14. Webhooks"]
---

# Renew subscription

`POST /webhooks/{webhookId}/renew`

## Path parameters

- `webhookId` string, uuid, required

## Response `200`

OK

- RenewWebhookSubscriptionResponseView — The response from renewing a webhook subscription.
  - `webhookId` string, uuid — The ID of the webhook.
  - `expiresAt` string, date-time — The date and time the webhook expires.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
