Memos
User Service

Get User Webhook Signing Secret

GetUserWebhookSigningSecret returns the signing secret for a webhook. The secret is returned only through this explicit, owner-gated call; it is never included in List/Create/Update responses.

GET
/api/v1/users/{user}/webhooks/{webhook}:getSigningSecret

Path Parameters

user*string

The user id.

webhook*string

The webhook id.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/string/webhooks/string:getSigningSecret"
{
  "signingSecret": "string"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings