Get information about a specific offer’s browser
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_browser": [
{
"id": 15,
"offer_id": 544478,
"browser_name": "Chrome"
},
{
"id": 16,
"offer_id": 544478,
"browser_name": "360 Browser"
},
{
"id": 17,
"offer_id": 544478,
"browser_name": "Amaya"
}
]
}
}Last updated