{ "opencollection": "1.0.0", "info": { "name": "Amplify Platform API v1.0.0 aca app API", "version": "16.10.0" }, "items": [ { "info": { "name": "app", "type": "folder" }, "items": [ { "info": { "name": "Axway Find Apps", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/app", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "add_fields", "value": "", "type": "query", "description": "A list of fields to add to the default field set in the response." }, { "name": "org_id", "value": "1", "type": "query" }, { "name": "provider_guid", "value": "example_value", "type": "query" }, { "name": "subtype", "value": "example_value", "type": "query" }, { "name": "type", "value": "example_value", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of applications for the signed-in user\n\n___Auth Requirement___\n - Access to the organization.\n" }, { "info": { "name": "Axway Create App", "type": "http" }, "http": { "method": "POST", "url": "https://platform.axway.com/api/v1/app", "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds an app to the platform.\n\n___Auth Requirement___\n - _All of_\n - `administrator` access to the organization.\n - The organization `partners` entitlement includes `analytics`.\n" }, { "info": { "name": "Axway Find App", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/app/:app_id", "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "app_id", "value": "507f1f77bcf86cd799439011", "type": "path" }, { "name": "org_id", "value": "1", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns an application for the signed-in user\n\n___Auth Requirement___\n - `write` access to the organization to which the application belongs.\n" }, { "info": { "name": "Axway Update App", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.axway.com/api/v1/app/:app_id", "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "app_id", "value": "507f1f77bcf86cd799439011", "type": "path" }, { "name": "org_id", "value": "1", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an app\n\n___Auth Requirement___\n - `write` access to the organization to which the application belongs.\n" }, { "info": { "name": "Axway Remove App", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.axway.com/api/v1/app/:app_id", "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "app_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Removes an app from the platform and all third parties\n\n___Auth Requirement___\n - `write` access to the organization to which the application belongs.\n" } ] } ], "bundled": true }