{ "info": { "_postman_id": "04511805-d77c-4254-b4a6-115be521c1cf", "name": "Appcharge Assets Popups API", "description": "Appcharge is a monetization platform for mobile games, providing a direct-to-consumer (D2C) web store, mobile Checkout SDK, and Payment Links so publishers can sell in-game offers outside the app stores. This API covers checkout sessions, refunds, coupons and promo codes, price localization, financial and analytics reporting, web store offers (bundles, daily bonuses, rolling/special offers, progress bars, reward calendars, triggered popups), offer components (products, badges, offer designs), game-portal content, media assets, translations, and player personalization/authentication callbacks. Authentication uses the x-publisher-token header; webhooks are signed with an HMAC-SHA256 signature.\n\nContact Support:\n Name: Appcharge Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:03:03.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "lastUpdatedBy": "35240", "uid": "35240-04511805-d77c-4254-b4a6-115be521c1cf" }, "item": [ { "name": "offering", "item": [ { "name": "offer", "item": [ { "name": "popup", "item": [ { "name": "create-post-purchase-popup", "id": "f10cba3f-ec6c-48d1-8b16-158bc0c5f1d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The publisher token", "key": "x-publisher-token", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"publisherOfferId\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"offerUiId\": \"\",\n \"active\": \"\",\n \"segments\": [\n \"\",\n \"\"\n ],\n \"productsSequence\": [\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n },\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n }\n ],\n \"subType\": \"\",\n \"priority\": \"\",\n \"startOver\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"offerExternalUiId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/offering/offer/popup", "host": [ "{{baseUrl}}" ], "path": [ "offering", "offer", "popup" ] } }, "response": [ { "id": "ebac76f0-61c9-48a3-a32a-73053183ed78", "name": "Create a new Offer", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The publisher token", "key": "x-publisher-token", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"publisherOfferId\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"offerUiId\": \"\",\n \"active\": \"\",\n \"segments\": [\n \"\",\n \"\"\n ],\n \"productsSequence\": [\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n },\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n }\n ],\n \"subType\": \"\",\n \"priority\": \"\",\n \"startOver\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"offerExternalUiId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/offering/offer/popup", "host": [ "{{baseUrl}}" ], "path": [ "offering", "offer", "popup" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offerId\": \"\",\n \"publisherOfferId\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"type\": \"\",\n \"subType\": \"\",\n \"createdBy\": \"\",\n \"offerUi\": {\n \"offerUiId\": \"\",\n \"externalId\": \"\",\n \"active\": \"\",\n \"offerUiType\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"backgroundImage\": \"\",\n \"specialOffer\": {\n \"templateType\": \"\",\n \"presentOfferEndTimer\": \"\",\n \"title\": \"\",\n \"fontSize\": \"\",\n \"fontWeight\": \"\",\n \"fontColor\": {\n \"colorOne\": \"\",\n \"colorTwo\": \"\",\n \"direction\": \"\"\n },\n \"backgroundColor\": {\n \"colorOne\": \"\",\n \"colorTwo\": \"\",\n \"direction\": \"\"\n }\n }\n },\n \"active\": \"\",\n \"coolDownInHours\": \"\",\n \"segments\": [\n \"\",\n \"\"\n ],\n \"productsSequence\": [\n {\n \"index\": \"\",\n \"playerAvailability\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"product\": {\n \"publisherProductId\": \"\",\n \"name\": \"\",\n \"textFontColorHex\": \"\",\n \"type\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"priority\": \"\",\n \"images\": [\n {\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"productId\": \"\"\n }\n },\n {\n \"quantity\": \"\",\n \"product\": {\n \"publisherProductId\": \"\",\n \"name\": \"\",\n \"textFontColorHex\": \"\",\n \"type\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"priority\": \"\",\n \"images\": [\n {\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"productId\": \"\"\n }\n }\n ]\n },\n {\n \"index\": \"\",\n \"playerAvailability\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"product\": {\n \"publisherProductId\": \"\",\n \"name\": \"\",\n \"textFontColorHex\": \"\",\n \"type\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"priority\": \"\",\n \"images\": [\n {\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"productId\": \"\"\n }\n },\n {\n \"quantity\": \"\",\n \"product\": {\n \"publisherProductId\": \"\",\n \"name\": \"\",\n \"textFontColorHex\": \"\",\n \"type\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"priority\": \"\",\n \"images\": [\n {\n \"type\": \"\",\n \"url\": \"\"\n },\n {\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"productId\": \"\"\n }\n }\n ]\n }\n ],\n \"startOver\": \"\",\n \"priority\": \"\",\n \"showAfter\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-ebac76f0-61c9-48a3-a32a-73053183ed78" }, { "id": "3dc1ba92-9f58-46ef-a7f8-6c566336e396", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The publisher token", "key": "x-publisher-token", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"publisherOfferId\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"offerUiId\": \"\",\n \"active\": \"\",\n \"segments\": [\n \"\",\n \"\"\n ],\n \"productsSequence\": [\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n },\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n }\n ],\n \"subType\": \"\",\n \"priority\": \"\",\n \"startOver\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"offerExternalUiId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/offering/offer/popup", "host": [ "{{baseUrl}}" ], "path": [ "offering", "offer", "popup" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"requestUrl\": \"\",\n \"body\": \"\"\n}", "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-3dc1ba92-9f58-46ef-a7f8-6c566336e396" }, { "id": "aced276a-76c4-4d64-9bbf-09fc0fd61e37", "name": "Not Authorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The publisher token", "key": "x-publisher-token", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"publisherOfferId\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"offerUiId\": \"\",\n \"active\": \"\",\n \"segments\": [\n \"\",\n \"\"\n ],\n \"productsSequence\": [\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n },\n {\n \"index\": \"\",\n \"priceInUsdCents\": \"\",\n \"products\": [\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n },\n {\n \"quantity\": \"\",\n \"publisherProductId\": \"\"\n }\n ],\n \"playerAvailability\": \"\"\n }\n ],\n \"subType\": \"\",\n \"priority\": \"\",\n \"startOver\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"offerExternalUiId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/offering/offer/popup", "host": [ "{{baseUrl}}" ], "path": [ "offering", "offer", "popup" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-aced276a-76c4-4d64-9bbf-09fc0fd61e37" } ], "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-f10cba3f-ec6c-48d1-8b16-158bc0c5f1d2" } ], "id": "c3d377cb-08f5-470c-9951-9daadb764266", "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-c3d377cb-08f5-470c-9951-9daadb764266" } ], "id": "8d15e581-b48a-4099-b999-3b1871c0c0cc", "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-8d15e581-b48a-4099-b999-3b1871c0c0cc" } ], "id": "074d77a3-75a8-4a99-8036-91b2dd1a6b39", "createdAt": "2026-07-28T01:03:04.000Z", "updatedAt": "2026-07-28T01:03:04.000Z", "uid": "35240-074d77a3-75a8-4a99-8036-91b2dd1a6b39" } ], "variable": [ { "key": "baseUrl", "value": "https://api.appcharge.com" } ] }