Webhooks
Get webhook endpoint signing secret
Returns the signing secret used to verify webhook signatures for this endpoint.
get/v1/webhooks/endpoints/{endpointId}/secret
Path parameters
endpointIdstring required
Example:ep_1234567890abcdef
The ID of the webhook endpoint
Headers
X-API-Keystring
API key
Response
Signing secret retrieved successfully
Example response
{
"key": "whsec_C2FVsBQIhrscChlQIMVub5sSYspob7oD"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.