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
e271bc5c-f870-44cd-8462-54280d0411f6
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