HTTP method
Endpoint
POST
/v1/affiliate_tags
Field
Type
Description
Nullable
name
string
Name
No
id
integer
A string that uniquely identifies this tag.
Request POST https://{networkname}.api.offerslook.com/v1/affiliate_tagsarrow-up-right
Request POST http://{networkname}.api.offerslook.com/v1/affiliate_tagsarrow-up-right
{ "name": "Music" }
Last updated 5 years ago
{ "code": 0, "message": "Success", "data": { "affiliate_tag": { "id": 54, "name": "Music" } } }