Get a tag of the affiliate
HTTP method
Endpoint
GET
/v1/affiliate_tags/{tag_id}
Path parameters
Parameter
Description
tag_id
The unique id for the tag.
Response body parameters
Field
Type
Description
id
integer
A string that uniquely identifies this tag.
name
string
Name
Example request
Request GET https://{networkname}.api.offerslook.com/v1/affiliate_tags/54
Request GET http://{networkname}.api.offerslook.com/v1/affiliate_tags/54
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_tag": {
"id": 54,
"name": "Music"
}
}
}
Last updated
Was this helpful?