{ "opencollection": "1.0.0", "info": { "name": "Amplify Platform API v1.0.0 aca client API", "version": "16.10.0" }, "items": [ { "info": { "name": "client", "type": "folder" }, "items": [ { "info": { "name": "Axway Get Service Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/client", "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": "org_id", "value": "507f1f77bcf86cd799439011", "type": "query" }, { "name": "roles", "value": "example_value", "type": "query" }, { "name": "term", "value": "example_value", "type": "query" }, { "name": "limit", "value": "1", "type": "query" }, { "name": "page", "value": "1", "type": "query" }, { "name": "skip", "value": "1", "type": "query" }, { "name": "sort", "value": "client_id", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all the service accounts for an organization.\n\n___Auth Requirement___\n - Access to the organization. Developer access may be restricted by the organization service accounts access control setting.\n" }, { "info": { "name": "Axway Add Service Account", "type": "http" }, "http": { "method": "POST", "url": "https://platform.axway.com/api/v1/client", "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": "Register a new service account\n\n___Auth Requirement___\n - `administrator` access to the organization.\n" }, { "info": { "name": "Axway Get Service Account JSON Representation", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/client/:client_id/json", "params": [ { "name": "client_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Triggers the download of a JSON representation of a service account\n\n___Auth Requirement___\n - Access to the organization.\n" }, { "info": { "name": "Axway Get a Service Account", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/client/:client_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "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": "client_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single service account\n\n___Auth Requirement___\n\nAccess to organization the client belongs to." }, { "info": { "name": "Axway Update Service Account", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.axway.com/api/v1/client/:client_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "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": "client_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a service account.\n\n___Auth Requirement___\n\n`administrator` role in the organization the client belongs to." }, { "info": { "name": "Axway Delete Service Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.axway.com/api/v1/client/:client_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "params": [ { "name": "client_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a service account. This is a destructive and irreversible delete.\n\n___Auth Requirement___\n\n`administrator` role in the organization the client belongs to." } ] } ], "bundled": true }