Skip to main content

How to update our webHookUrl

Updated over 3 weeks ago

You can use Update Webhook endpoint to update your webhook url.

You can do it in both staging and production.

You can refer to the API above and you can update the webhookURL by using your partnerAPISecret which you can find it in our partner dashboard

You can do it in both staging and production.

Request Body :

{
     "partnerAPISecret":"YOUR_PARTNER_API_SECRET",
     "webhookURL":"YOUR_WEBHOOK_URL"
}
Did this answer your question?