{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations BetaLicenseAgreements API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BetaLicenseAgreements", "type": "folder" }, "items": [ { "info": { "name": "List Beta License Agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements", "params": [ { "name": "filter[app]", "value": "", "type": "query", "description": "filter by id(s) of related 'app'" }, { "name": "fields[betaLicenseAgreements]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaLicenseAgreements" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "List Beta License Agreements" }, { "info": { "name": "Get Beta License Agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[betaLicenseAgreements]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaLicenseAgreements" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Beta License Agreements" }, { "info": { "name": "Update Beta License Agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Beta License Agreements" }, { "info": { "name": "Get Related Beta License Agreements / App", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/:id/relationships/app", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related Beta License Agreements / App" }, { "info": { "name": "Get Related Beta License Agreements / App", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/:id/app", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" } ] }, "docs": "Get Related Beta License Agreements / App" } ] } ], "bundled": true }