Add a new tag of an affiliate
HTTP method
Endpoint
POST
/v1/affiliates/{affiliate_id}/affiliate_tags
Path parameters
Parameter
Description
affiliate_id
The unique id for the affiliate.
Request body parameters
Field
Type
Description
Nullable
name
string
Tag name.
No
Response body parameters
Field
Type
Description
id
integer
A string that uniquely identifies this tag.
affiliate_id
integer
A string that uniquely identifies this affiliate.
name
string
Name
Example request
Request POST https://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags
Request POST http://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags
Example response
Last updated