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

# 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](/api-documentation/networkapi/offers/sub-resources/platforms/add_a_new_platform_for_offer.md)                      | Add a new platform for offer                      |
| **Update** |             |                                                                                                                                                       |                                                   |
|            | PUT         | [/v1/offers/{offer\_id}/platforms/{platform\_id}](/api-documentation/networkapi/offers/sub-resources/platforms/update_the_settings_for_a_platform.md) | Update the settings for a platform                |
| **Get**    |             |                                                                                                                                                       |                                                   |
|            | GET         | [/v1/offers/{offer\_id}platforms](/api-documentation/networkapi/offers/sub-resources/platforms/get_information_about_a_specific_offers_platform.md)   | Get information about a specific offer’s platform |
| **Delete** |             |                                                                                                                                                       |                                                   |
|            | DELETE      | [/v1/offers/{offer\_id}/platforms/{platform\_id}](/api-documentation/networkapi/offers/sub-resources/platforms/delete_a_platform_of_offer.md)         | Delete a platform of a offer                      |
|            | DELETE      | [/v1/offers/{offer\_id}/platforms](/api-documentation/networkapi/offers/sub-resources/platforms/delete_all_platforms_of_offer.md)                     | Delete all platforms of a offer                   |
