# Affiliate Payouts

**Adding a new parameter, event\_id, in Affiliate Postback module method. It is compatible with last version, and the default value is 1.**

**Note: In the case of Offer pricing type be CPC, event\_id assignment and Volume Based Tiers would be unavailable. Volume Based Tiers is only available if event\_id=1.**

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

| Methods    | HTTP method | Endpoint                                                                                                                                                                | Description                                           |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| **Create** |             |                                                                                                                                                                         |                                                       |
|            | POST        | [/v1/affiliate\_payouts](/api-documentation/networkapi/affiliatepayouts/create_a_new_payout_of_the_affiliate.md)                                                        | Create a new payout of the affiliate                  |
|            | POST        | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](/api-documentation/networkapi/affiliatepayouts/create_volume_based_tiers.md)                          | Create volume based tiers                             |
| **Get**    |             |                                                                                                                                                                         |                                                       |
|            | GET         | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](/api-documentation/networkapi/affiliatepayouts/get_a_payout_of_the_affiliate.md)                                       | Get a payout of the affiliate                         |
|            | GET         | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](/api-documentation/networkapi/affiliatepayouts/get_affiliate_tier_of_the_affiliate_payout.md)         | Get affiliate tier of the affiliate payout            |
|            | GET         | [/v1/affiliate\_payouts](/api-documentation/networkapi/affiliatepayouts/get_payouts_of_the_affiliate.md)                                                                | Get payouts of the affiliate                          |
| **Delete** |             |                                                                                                                                                                         |                                                       |
|            | DELETE      | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](/api-documentation/networkapi/affiliatepayouts/delete_a_payout_of_the_affiliate.md)                                    | Delete a payout of the affiliate                      |
|            | DELETE      | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](/api-documentation/networkapi/affiliatepayouts/delete_the_volume_based_tiers_of_the_affiliate_pay.md) | Delete the volume based tiers of the affiliate payout |
| **Edit**   |             |                                                                                                                                                                         |                                                       |
|            | PATCH       | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](/api-documentation/networkapi/affiliatepayouts/update_the_settings_for_an_affiliates_current_payo.md)                  | Update the settings for an affiliate’s current payout |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
