v1
latestOpenAPI 3.1.02026-07-132363652.9 MBWebhook
Generate a webhook signing secret for the authenticated merchant
Generate a webhook signing secret for the authenticated merchant
post/api/v1/webhooks/secret
Request body
Example request
{
"merchant_id": "550e8400-e29b-41d4-a716-446655440000"
}Response
Success
Example response
{
"success": true,
"data": {
"webhook_secret": "whsec_a1b2c3d4e5f6…"
}
}