> 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/offers/sub-resources/carriers.md).

# Mobile Carriers

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

| Methods    | HTTP method | Endpoint                                                                                                                                                 | Description                                      |
| ---------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| **Create** |             |                                                                                                                                                          |                                                  |
|            | POST        | [/v1/offers/{offer\_id}/carriers](/api-documentation/networkapi/offers/sub-resources/carriers/add_a_new_carrier_for_offer.md)                            | Add a new carrier for offer                      |
| **Get**    |             |                                                                                                                                                          |                                                  |
|            | GET         | [/v1/offers/{offer\_id}carriers](/api-documentation/networkapi/offers/sub-resources/carriers/get_information_about_a_specific_offers_carrier.md)         | Get information about a specific offer’s carrier |
| **Delete** |             |                                                                                                                                                          |                                                  |
|            | DELETE      | [/v1/offers/{offer\_id}/carriers/{offer\_carrier\_target\_id}](/api-documentation/networkapi/offers/sub-resources/carriers/delete_a_carrier_of_offer.md) | Delete a carrier of offer                        |
|            | DELETE      | [/v1/offers/{offer\_id}/carriers](/api-documentation/networkapi/offers/sub-resources/carriers/delete_all_carriers_of_offer.md)                           | Delete all carriers of offer                     |
