Advertisement status and query of privacy texts
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
"check":{
"response":{
"termsAndConditions":{
"type":"array",
"nullable":false,
"description":"Privacy policy text",
"items":{
"termsAndConditionText":{
"type":"object",
"nullable":false,
"properties":{
"language":{
"type":"string",
"nullable":false,
"description":"Language of the text"
},
"content":{
"type":"string",
"nullable":false,
"description":"Privacy policy text"
}
}
}
}
}
},
"message":[],
"errorCode":200,
"status":"success"
}EXAMPLES
Last updated