---
title: "Regenerate incoming webhook access token"
method: POST
path: "/public/v1/incoming-webhooks/{webhookId}/regenerate-access-token"
tags: ["Incoming Webhooks"]
---

# Regenerate incoming webhook access token

`POST /public/v1/incoming-webhooks/{webhookId}/regenerate-access-token`

Generates a new bearer access token for the webhook, invalidating the previous one. The new token is returned in the response. Requires a USER API key.

## Path parameters

- `webhookId` string, required

## Response `200`

Incoming webhook with the regenerated access token

- PublicIncomingWebhook
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `url` string, required
  - `isActive` boolean, required
  - `useAuthentication` boolean, required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `accessToken` string, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
