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
The ID of the webhook
Example
82c4fce1-d2c7-48cb-a647-6993dbe37819Responses
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