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

# Offers

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

| Methods    | HTTP method | Endpoint                                                                                                                                    | Description                                            |
| ---------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| **Create** |             |                                                                                                                                             |                                                        |
|            | POST        | [/aff/v1/batches/offers/applys/{offer\_ids}](/api-documentation/affiliate_api/offers/apply-offers.md)                                       | Apply offers                                           |
|            | POST        | [/aff/v1/offers/{offer\_id}/applys](/api-documentation/affiliate_api/offers/apply_for_an_offer.md)                                          | Apply for an offer                                     |
| **Get**    |             |                                                                                                                                             |                                                        |
|            | GET         | [/aff/v1/batches/offers](/api-documentation/affiliate_api/offers/get-offers.md)                                                             | Get offers                                             |
|            | GET         | [/aff/v1/offers](/api-documentation/affiliate_api/offers/get_offers_information.md)                                                         | Get offer’s information                                |
|            | GET         | [/aff/v1/offers/{offer\_id}](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offer.md)                             | Get information about a specific offer                 |
|            | GET         | [/aff/v1/offers/{offer\_id}/caps](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_cap.md)                   | Get information about a specific offer’s cap           |
|            | GET         | [/aff/v1/offers/{offer\_id}/geo](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_geo.md)                    | Get information about a specific offer’s geo           |
|            | GET         | [/aff/v1/offers/{offer\_id}/platforms](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_platform.md)         | Get information about a specific offer’s platform      |
|            | GET         | [/aff/v1/batches/offers/tracking\_links/{offer\_ids}](/api-documentation/affiliate_api/offers/get-offers-tracking-link-information.md)      | Get  offer’s tracking link information                 |
|            | GET         | [/aff/v1/offers/{offer\_id}/tracking\_links](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_tracking_l.md) | Get information about a specific offer’s tracking link |
|            | GET         | [/aff/v1/offers/{offer\_id}/postbacks](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_postback_u.md)       | Get information about a specific offer’s postback url  |
|            | GET         | [/aff/v1/offers/{offer\_id}/creatives](/api-documentation/affiliate_api/offers/get_information_about_a_specific_offers_creative.md)         | Get information about a specific offer’s creative      |
|            | GET         | [/aff/v1/offers/{offer\_id}/events](/api-documentation/affiliate_api/offers/get-offer-events.md)                                            | Get offer events                                       |
