> 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/offercategories.md).

# Offer Categories

***Classification information is the resource information of the system, and the existing classification tag can be bound with a certain offer, and mark an offer in types.***

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

| Methods    | HTTP method | Endpoint                                                                                                                  | Description                          |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| **Create** |             |                                                                                                                           |                                      |
|            | POST        | [/v1/offer\_categories](/api-documentation/networkapi/offercategories/create_a_new_category_of_the_partner.md)            | Create a new category of the network |
| **Update** |             |                                                                                                                           |                                      |
|            | PUT         | [/v1/offer\_categories/category\_id}](/api-documentation/networkapi/offercategories/update_a_category_of_the_partner.md)  | Update a category of the network     |
| **Get**    |             |                                                                                                                           |                                      |
|            | GET         | [/v1/offer\_categories/{category\_id}](/api-documentation/networkapi/offercategories/get_a_category_of_the_partner.md)    | Get a category of the network        |
|            | GET         | [/v1/offer\_categories](/api-documentation/networkapi/offercategories/get_categories_of_the_partner.md)                   | Get categories of the network        |
| **Delete** |             |                                                                                                                           |                                      |
|            | DELETE      | [/v1/offer\_categories/{category\_id}](/api-documentation/networkapi/offercategories/delete_a_category_of_the_partner.md) | Delete a category of the network     |
