{ "info": { "_postman_id": "ed4c6c0e-d20a-4798-aeed-df5b6ce20a27", "name": "Appcharge Assets Products 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:32.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-ed4c6c0e-d20a-4798-aeed-df5b6ce20a27" }, "item": [ { "name": "components", "item": [ { "name": "v1", "item": [ { "name": "product", "item": [ { "name": "{externalId}", "item": [ { "name": "delete Components V1Product Externalid", "id": "288a06aa-bddc-4f95-8b89-874596fa5fe7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "id": "7fbb1131-e4bc-43d4-9d98-8fc19a4fb8dc", "key": "externalId", "value": "", "description": "(Required) External ID that you defined." } ] }, "description": "Deletes a product." }, "response": [ { "id": "ae6298cb-2987-4e36-9421-221f6c8b0656", "name": "Product deleted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B20CaF\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-ae6298cb-2987-4e36-9421-221f6c8b0656" }, { "id": "710c67a0-c1b9-4035-993e-ceb88ec76450", "name": "Product not found.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-710c67a0-c1b9-4035-993e-ceb88ec76450" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-288a06aa-bddc-4f95-8b89-874596fa5fe7" }, { "name": "get Components V1Product Externalid", "id": "b4053ee4-961f-4b45-85d2-c3244fc31480", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "id": "e6d0d403-d77c-4c1c-ab34-72909810307b", "key": "externalId", "value": "", "description": "(Required) External ID that you defined." } ] }, "description": "Retrieves the details of a specific product." }, "response": [ { "id": "b31f134a-254f-4ff3-8f4e-7a0d4388d9a6", "name": "Product details retrieved successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B20CaF\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-b31f134a-254f-4ff3-8f4e-7a0d4388d9a6" }, { "id": "7cba17f3-f51a-4f18-82a7-73d33c7bb824", "name": "Product not found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-7cba17f3-f51a-4f18-82a7-73d33c7bb824" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-b4053ee4-961f-4b45-85d2-c3244fc31480" }, { "name": "put Components V1Product Externalid", "id": "a481dc41-0ced-481a-8d83-2678ffe7383f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B209D6\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "id": "5bb16739-1dc0-4365-a5a9-dfa19e33b2b6", "key": "externalId", "value": "", "description": "(Required) External ID that you defined." } ] }, "description": "Updates a product." }, "response": [ { "id": "f40ffeb2-6f13-4b5b-81cb-8043e3b6370f", "name": "Product updated successfully.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B209D6\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B20CaF\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-f40ffeb2-6f13-4b5b-81cb-8043e3b6370f" }, { "id": "d0c5cfa4-de59-4f8d-a048-8a3c84bcf31a", "name": "Bad request. Invalid input or validation failure.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B209D6\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d0c5cfa4-de59-4f8d-a048-8a3c84bcf31a" }, { "id": "035e668f-caab-4c67-8629-963a0e6cac63", "name": "Product not found.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B209D6\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product/:externalId", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product", ":externalId" ], "variable": [ { "key": "externalId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-035e668f-caab-4c67-8629-963a0e6cac63" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-a481dc41-0ced-481a-8d83-2678ffe7383f" } ], "id": "b80fa33e-5a62-4133-96f8-fe4bf0d22fbf", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-b80fa33e-5a62-4133-96f8-fe4bf0d22fbf" }, { "name": "post Components V1Product", "id": "42673c86-0f84-4e08-8e50-92ae2442f631", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"textFontColorHex\": \"#DebaA7\",\n \"productImageUrl\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product" ] }, "description": "Creates a product." }, "response": [ { "id": "088e7375-3b97-4756-8217-30e40159a9c4", "name": "Product created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"textFontColorHex\": \"#DebaA7\",\n \"productImageUrl\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#B20CaF\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-088e7375-3b97-4756-8217-30e40159a9c4" }, { "id": "d88faf5e-5f7b-462c-b42f-75d7d3926787", "name": "Bad request. Invalid input or validation failure.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Quantity\",\n \"textFontColorHex\": \"#DebaA7\",\n \"productImageUrl\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"productPrefixImageUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/components/v1/product", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-d88faf5e-5f7b-462c-b42f-75d7d3926787" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-42673c86-0f84-4e08-8e50-92ae2442f631" }, { "name": "get Components V1Product", "id": "68c2691a-ef9a-4043-bcc0-3c0f4481b61a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product" ] }, "description": "Retrieves a list of all products." }, "response": [ { "id": "bed34cac-9a0d-4548-979e-6a5bdfe9eb9e", "name": "Products retrieved successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/components/v1/product", "host": [ "{{baseUrl}}" ], "path": [ "components", "v1", "product" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"getAllProductResponse\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#0a1BB0\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"displayName\": \"\",\n \"publisherProductId\": \"\",\n \"type\": \"Time\",\n \"description\": \"\",\n \"prefix\": \"\",\n \"suffix\": \"\",\n \"textFontColorHex\": \"#F40ccA\",\n \"productImageUrl\": \"\",\n \"productPrefixImageUrl\": \"\",\n \"productImageExternalUrl\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-bed34cac-9a0d-4548-979e-6a5bdfe9eb9e" } ], "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-68c2691a-ef9a-4043-bcc0-3c0f4481b61a" } ], "id": "17152995-cb81-437d-adac-d273fcd84237", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-17152995-cb81-437d-adac-d273fcd84237" } ], "id": "86563dd9-65a1-4490-aade-5c6a1f33f62c", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-86563dd9-65a1-4490-aade-5c6a1f33f62c" } ], "id": "18b02d9f-c8bc-4a15-a708-129da9752cdb", "createdAt": "2026-07-28T01:03:33.000Z", "updatedAt": "2026-07-28T01:03:33.000Z", "uid": "35240-18b02d9f-c8bc-4a15-a708-129da9752cdb" } ], "variable": [ { "key": "baseUrl", "value": "https://api.appcharge.com" } ] }