# Mobile Carriers

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

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