{ "opencollection": "1.0.0", "info": { "name": "AWS B2B Data Interchange Capabilities Profiles API", "version": "2022-06-23" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "List Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://b2bi.us-east-1.amazonaws.com/profiles", "params": [ { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Lists the profiles associated with your AWS account." }, { "info": { "name": "Create Profile", "type": "http" }, "http": { "method": "POST", "url": "https://b2bi.us-east-1.amazonaws.com/profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a customer profile. A profile is the system-side resource that represents your EDI sender or receiver entity. It stores your business name, email, phone, and logging configuration. You can create up to 5 profiles per account." }, { "info": { "name": "Get Profile", "type": "http" }, "http": { "method": "GET", "url": "https://b2bi.us-east-1.amazonaws.com/profiles/:profileId", "params": [ { "name": "profileId", "value": "", "type": "path" } ] }, "docs": "Retrieves the details for the profile specified by the profile ID." }, { "info": { "name": "Update Profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://b2bi.us-east-1.amazonaws.com/profiles/:profileId", "params": [ { "name": "profileId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified parameters for a profile." }, { "info": { "name": "Delete Profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://b2bi.us-east-1.amazonaws.com/profiles/:profileId", "params": [ { "name": "profileId", "value": "", "type": "path" } ] }, "docs": "Deletes the specified profile. Profiles can only be deleted if no partnerships are associated with them." } ] } ], "bundled": true }