How to update our webHookUrl
Updated over a week ago

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?