Create a new tag of the affiliate

Request body parameters

Response body parameters

Example request

Request POST https://{networkname}.api.offerslook.com/v1/affiliate_tags

Request POST http://{networkname}.api.offerslook.com/v1/affiliate_tags

    {
      "name": "Music"
    }

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_tag": {
          "id": 54,
          "name": "Music"
        }
      }
    }

Last updated