{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Application Keys API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Keys", "type": "folder" }, "items": [ { "info": { "name": "List Application Keys", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/application-keys", "params": [ { "name": "page[offset]", "value": "", "type": "query", "description": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used." } ] }, "docs": "Retrieves a list of Application Keys\n" }, { "info": { "name": "Create an Application Key", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/application-keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Application Key" }, { "info": { "name": "Get an Application Key", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/application-keys/:application-key-id", "params": [ { "name": "application-key-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The unique identifier of the Application Key." } ] }, "docs": "Get an Application Key" }, { "info": { "name": "Update an Application Key", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/application-keys/:application-key-id", "params": [ { "name": "application-key-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The unique identifier of the Application Key." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Application Key" }, { "info": { "name": "Delete an Application Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/application-keys/:application-key-id", "params": [ { "name": "application-key-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The unique identifier of the Application Key." } ] }, "docs": "Delete an Application Key" } ] } ], "bundled": true }