Add a new tag of an affiliate

Path parameters

Request body parameters

Response body parameters

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

    {
      "name": "Food"
    }

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