Webhook Service

View webhook secret

Returns the webhook secret to be used in validating legacy webhooks for the specified merchant ID or payout account ID. To create a secret, use the /webhook/v3/secret endpoint.

For a tutorial about verifying the signature, see Receiving legacy webhooks in Guides.

<!-- theme: info -->

📘 Note

For the current workflow, see the Register webhook URLs endpoint instead.

<!-- theme: warning -->

⚠️ Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.

<div style="display:none;">

Request parameters

  • id

Response parameters

  • secret
</div>
get/webhook/v3/secret/{id}

Path parameters

idstring required
Example:000999

The merchant ID or payout account ID to get the webhook secret for.

Response

Success

secretSecret — unresolved $ref

Changes