Skip to content

Get signing secret

GET
/v2/webhook/{webhookId}/signing-secret

Get the signing secret for a webhook.

webhookId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

The ID of the webhook

The signing secret.

object
signingSecret
required

The secret used to sign the webhook payload

string
1234567890

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error