Skip to content

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

POSTapi.appvirality.com/saas/v1_0/campaigntermsapplication/json

Input i.e. Request

{
"apikey":"7b808b1f934448db8463a4c60091c49b",
"privatekey":"097262223465191eda4ec006d601b",
"campaignid":"1234"
}

Input Params

Input ParamsDescription
apikeyAPI Key of the Product
Get it from DashboardApp Details
privatekeyPrivate key for API requests
Get it from: DashboardApp Details › Click App SettingsAdvanced
campaignidUnique ID of a campaign

Response

{
"success": true,
"message": "Terms+and+Conditions"
}

Response Params

Output ParamsDescription
success(Boolean) Status of the API call.
messageTerms and Conditions of campaign.