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
77a0049c-7683-45ff-956f-656f257048f7Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
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