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

# Offer Payout Tiers

***Based on different payout tiers, you can assign different affiliates to the corresponding tiers, and every affiliate can be only assigned to one tier. When editing offer, you can set a unique payout to different tiers. Affiliates will take the related payout tiers to promote their offers.***

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

| Methods    | HTTP method | Endpoint                                                                                                                                              | Description                               |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| **Create** |             |                                                                                                                                                       |                                           |
|            | POST        | [/v1/offer\_payout\_tiers](/api-documentation/networkapi/offer_payout_tiers/create_an_offer_payout_tier.md)                                           | Create an offer payout tier               |
|            | POST        | [/v1/offer\_payout\_tiers/{tier\_id}/affiliates/{affiliate\_ids}](/api-documentation/networkapi/offer_payout_tiers/add_affiliates_to_tier.md)         | Add affiliates to tier                    |
| **Update** |             |                                                                                                                                                       |                                           |
|            | PUT         | [/v1/offer\_payout\_tiers/{tier\_id}](/api-documentation/networkapi/offer_payout_tiers/update_an_offer_payout_tier.md)                                | Update an offer payout tier               |
| **Get**    |             |                                                                                                                                                       |                                           |
|            | GET         | [/v1/offer\_payout\_tiers](/api-documentation/networkapi/offer_payout_tiers/get_the_offer_payout_tier.md)                                             | Get the offer payout tier                 |
|            | GET         | [/v1/offer\_payout\_tiers/{tier\_id}](/api-documentation/networkapi/offer_payout_tiers/get_an_offer_payout_tier.md)                                   | Get an offer payout tier                  |
|            | GET         | [/v1/offer\_payout\_tiers/{tier\_id}/affiliates](/api-documentation/networkapi/offer_payout_tiers/get_an_offer_payout_tier_of_the_affiliate.md)       | Get an offer payout tier of the affiliate |
| **Delete** |             |                                                                                                                                                       |                                           |
|            | DELETE      | [/v1/offer\_payout\_tiers/{tier\_id}](/api-documentation/networkapi/offer_payout_tiers/delete_an_offer_payout_tier.md)                                | Delete an offer payout tier               |
|            | DELETE      | [/v1/offer\_payout\_tiers/{tier\_id}/affiliates/{affiliate\_id}](/api-documentation/networkapi/offer_payout_tiers/delete_an_affiliate_of_the_tier.md) | Delete an affiliate of the tier           |
|            | DELETE      | [/v1/offer\_payout\_tiers/{tier\_id}/affiliates](/api-documentation/networkapi/offer_payout_tiers/delete_all_affiliates_of_the_tier.md)               | Delete all affiliates of the tier         |
