> For the complete documentation index, see [llms.txt](https://offerslook-api.gitbook.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatetags.md).

# Affiliate Tags

***Affiliate Tags is a label for each Affiliate classification, can be more convenient classification management Affiliate.***

## Available methods <a href="#available-methods" id="available-methods"></a>

| Methods    | HTTP method | Endpoint                                                                                                      | Description                       |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------------------- | --------------------------------- |
| **Create** |             |                                                                                                               |                                   |
|            | POST        | [/v1/affiliate\_tags](/api-documentation/networkapi/affiliatetags/create_a_new_tag_of_the_affiliate.md)       | Create a new tag of the affiliate |
| **Get**    |             |                                                                                                               |                                   |
|            | GET         | [/v1/affiliate\_tags/{tag\_id}](/api-documentation/networkapi/affiliatetags/get_a_tag_of_the_affiliate.md)    | Get a tag of the affiliate        |
|            | GET         | [/v1/affiliate\_tags](/api-documentation/networkapi/affiliatetags/get_tags_of_the_affiliate.md)               | Get tags of the affiliate         |
| **Delete** |             |                                                                                                               |                                   |
|            | DELETE      | [/v1/affiliate\_tags/{tag\_id}](/api-documentation/networkapi/affiliatetags/delete_a_tag_of_the_affiliate.md) | Delete a tag of the affiliate     |
