# Platforms

***Platform information resources, including the promotion of platform information, the main platforms are PC, Mobile, Tablet three types.***

**A new field, is\_above, is added to offer platform to support upper compatibility in platform. When new platform versions are upgraded, the traffic won’t be rejected.**

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

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