Skip to main content
POST
/
integrations
/
webhooks
/
{id}
/
rotate-secret
Rotate webhook signing secret
curl --request POST \
  --url https://ai-api.getbreezyapp.com/api/v1/integrations/webhooks/{id}/rotate-secret \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "id": "<string>",
    "signingSecret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

User JWT bearer token. User principals can manage API keys and call tenant-scoped customer endpoints.

Path Parameters

id
string
required

Unique identifier (UUID)

Pattern: ^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$

Body

application/json

The body is of type object.

Response

200 - application/json

OK

data
object
required
read-only