Get signing secret
GET /v2/webhook/{webhookId}/signing-secret
GET
/v2/webhook/{webhookId}/signing-secret
Get the signing secret for a webhook.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” webhookId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09The ID of the webhook
Responses
Section titled “ Responses ”The signing secret.
object
signingSecret
required
The secret used to sign the webhook payload
string
1234567890Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error