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
77a0049c-7683-45ff-956f-656f257048f7
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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