Skip to content

Get signing secret

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

Get the signing secret for a webhook.

webhookId
required
string format: uuid

The ID of the webhook

Example
82c4fce1-d2c7-48cb-a647-6993dbe37819

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