Documentation

Register Callback V2

The callback address must have a valid A or AAAA record. We will reject any URL that is not accessible. Currently, only one callback/webhook is permitted

POST
It is recommended not to modify the callback endpoint without giving prior information.

Request

ParameterTypeDescription
urlStringYour endpoint callback (full URL)
{
  "url": "https://kiriminaja.com/webhook-test"
}

Response

{
  "status": true,
  "method": "set_callback",
  "text": "Callback di set ke https://kiriminaja.com/webhook-test"
}