{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations EndUserLicenseAgreements API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EndUserLicenseAgreements", "type": "folder" }, "items": [ { "info": { "name": "Create End User License Agreements", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements", "body": { "type": "json", "data": "{}" } }, "docs": "Create End User License Agreements" }, { "info": { "name": "Get End User License Agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[endUserLicenseAgreements]", "value": "", "type": "query", "description": "the fields to include for returned resources of type endUserLicenseAgreements" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" }, { "name": "fields[territories]", "value": "", "type": "query", "description": "the fields to include for returned resources of type territories" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[territories]", "value": "", "type": "query", "description": "maximum number of related territories returned (when they are included)" } ] }, "docs": "Get End User License Agreements" }, { "info": { "name": "Update End User License Agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update End User License Agreements" }, { "info": { "name": "Delete End User License Agreements", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete End User License Agreements" }, { "info": { "name": "List Related End User License Agreements / Territories", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements/:id/relationships/territories", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related End User License Agreements / Territories" }, { "info": { "name": "List Related End User License Agreements / Territories", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/endUserLicenseAgreements/:id/territories", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[territories]", "value": "", "type": "query", "description": "the fields to include for returned resources of type territories" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related End User License Agreements / Territories" } ] } ], "bundled": true }