Set/Update Webhook URL

This endpoint will set/update the webhook url

Set or update the webhook Url.

POST https://integration.coinmena.com/onramp/api/v1/merchant/setWebhookUrl

Request Body

{
  "status": 1,
  "code": 200,
  "data": 'Webhook url set to https://yourWebhookUrl.com'
}

{
  "status": 1,
  "code": 200,
  "data": 'Webhook url set to https://yourWebhookUrl.com'
}

Last updated