Webhook - Set URL

Full Url

Arguments

  • token (required)
  • url (required)

Info

Subscribe to receive notifications about campaigns, brands scoring/vetting updates. Make sure your network policy allows HTTP POST to be accepted from internet.
The format of the received data is urlencoded data, ex:
"event_type=CAMPAIGN_EXPIRED&campaign_id=CAW7MES&brand_id=BORJYQX&brand_name=Comfordable%20Days&mno_name=&evp_id=&evp_name=&vetting_id=&mno_id="
Attribute
Description
Mandatory
Data Type
event_type
Webhook event type
Yes
String
brand_id
Brand ID
No
String
brand_name
Brand display name
No
String
campaign_id
campaign ID
No
String
evp_id
External Vetting Provider ID
No
String
evp_name
External Vetting Provider display name
No
String
vetting_id
External vetting ID
No
String
mno_id
Mobile Network Operator ID. Please refer to Network resource for list of all MNOs
No
Long
mno_name
Mobile Network Operator display name
No
String

Example Success

{
code: 200,
status: "success",
data: "Successfully set web hook url"
}