Generate webhook secret
This endpoint is used to generate a webhook secret that is essential for authenticating the sources of webhooks.
Headers
Name
Type
Decsription
Response
{
"status": "",
"code": 0,
"message": "",
"data": {
"webhook_secret": ""
}
}
HMAC-SHA256( your_webhook_secret, timestamp + "." + raw_request_body ) Last updated