Get information about a specific affiliate of tag
Path parameters
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_tag": [
{
"id": 17,
"name": "Other",
"affiliate_id": 4909
},
{
"id": 41,
"name": "Food",
"affiliate_id": 4909
}
]
}
}Last updated