{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations InAppPurchaseOfferCodeCustomCodes API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "InAppPurchaseOfferCodeCustomCodes", "type": "folder" }, "items": [ { "info": { "name": "Create in App Purchase Offer Code Custom Codes", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseOfferCodeCustomCodes", "body": { "type": "json", "data": "{}" } }, "docs": "Create in App Purchase Offer Code Custom Codes" }, { "info": { "name": "Get in App Purchase Offer Code Custom Codes", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseOfferCodeCustomCodes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[inAppPurchaseOfferCodeCustomCodes]", "value": "", "type": "query", "description": "the fields to include for returned resources of type inAppPurchaseOfferCodeCustomCodes" }, { "name": "fields[actors]", "value": "", "type": "query", "description": "the fields to include for returned resources of type actors" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get in App Purchase Offer Code Custom Codes" }, { "info": { "name": "Update in App Purchase Offer Code Custom Codes", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseOfferCodeCustomCodes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update in App Purchase Offer Code Custom Codes" } ] } ], "bundled": true }