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

# Offer Applications

***Offer applications includes related information of the offer and the information of the relevant affiliate. In the process, only approved affiliate can promote this offer. If refused, the affiliate temporarily unable to promote this offer.***

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

| Methods    | HTTP method | Endpoint                                                                                                                                    | Description                          |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| **Get**    |             |                                                                                                                                             |                                      |
|            | GET         | [/v1/offer\_applications/{application\_id}](/api-documentation/networkapi/offerapplications/get_an_application_information.md)              | Get an application information       |
|            | GET         | [/v1/offer\_applications](/api-documentation/networkapi/offerapplications/get_all_application_information.md)                               | Get all application information      |
| **Edit**   |             |                                                                                                                                             |                                      |
|            | PATCH       | [/v1/batches/offer\_applications/{application\_ids}](/api-documentation/networkapi/offerapplications/update-offerapplication-the-status.md) | Update offer\_application the status |
|            | PATCH       | [/v1/offer\_applications/{application\_id}/approved](/api-documentation/networkapi/offerapplications/application_through.md)                | Application through                  |
|            | PATCH       | [/v1/offer\_applications/{application\_id}/rejected](/api-documentation/networkapi/offerapplications/the_application_does_not_pass.md)      | The application does not pass        |
| **Delete** |             |                                                                                                                                             |                                      |
|            | DELETE      | [/v1/offer\_applications/{application\_id}](/api-documentation/networkapi/offerapplications/delete_an_application.md)                       | Delete an application                |
