# Geo

***Geo area resources, through the selection of Geo, accept a specific area of traffic, the flow of other areas will be rejected.***

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

| Methods    | HTTP method | Endpoint                                                                                                                                                          | Description                                  |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| **Create** |             |                                                                                                                                                                   |                                              |
|            | POST        | [/v1/offers/{offer\_id}/geo](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/geo/add_a_new_geo_for_offer)                     | Add a new geo for offer                      |
| **Update** |             |                                                                                                                                                                   |                                              |
|            | PUT         | [/v1/offers/{offer\_id}/geo/{geo\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/geo/update_the_settings_for_a_geo)     | Update the settings for a geo                |
| **Get**    |             |                                                                                                                                                                   |                                              |
|            | GET         | [/v1/offers/{offer\_id}/geo](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/geo/get_information_about_a_specific_offers_geo) | Get information about a specific offer’s geo |
| **Delete** |             |                                                                                                                                                                   |                                              |
|            | DELETE      | [/v1/offers/{offer\_id}/geo/{geo\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/geo/delete_a_geo_of_offer)             | Delete a geo of offer                        |
|            | DELETE      | [/v1/offers/{offer\_id}/geo](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/geo/delete_all_geo_of_offer)                     | Delete all geo of offer                      |
