HomeSaaS Referral Program GuideAPIsGet Campaign Terms

Get Campaign Terms

This API call will help you to get terms and conditions of campaign


This API call shall give you the terms and conditions of campaign

 Base URL  https://api.appvirality.com

 POST         /saas/v1_0/campaignterms

Content-Type application/json


Input i.e. Request

{
"apikey":"7b808b1f934448db8463a4c60091c49b",
"privatekey":"097262223465191eda4ec006d601b",
"campaignid":"1234"
}
Input Params
Input Params Description
apikey API Key of the Product
Get it from Dashboard >> App Details
privatekey Private key for API requests
Get it from: Dashboard >> App Details >> Click App Settings >> Advanced 
campaignid Unique ID of a campaign

Response

{
  "success": true,
  "message": "Terms+and+Conditions"
}
Response Params
Output Params Description
success (Boolean) Status of the API call.
message  Terms and Conditions of campaign.
Was this article helpful to you? Yes No