{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Collection Access Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Collection Access Keys", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get collection access keys", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collection-access-keys", "params": [ { "name": "collectionId", "value": "", "type": "query", "description": "Filter the results by a collection's unique ID." }, { "name": "cursor", "value": "", "type": "query", "description": "The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter." } ] }, "docs": "Gets the authenticated user's personal and team [collection access keys](https://learning.postman.com/docs/developer/postman-api/authentication/#generate-a-collection-access-key).\n\n**Note:**\n\n- The `expiresAfter` property in the response represents the date and time at which the access key expires. Collection access keys are valid for 60 days. If unused, the access key expires after 60 days. If someone uses the access key, then its expiration date increases by another 60 days.\n- If the collectio" }, { "info": { "name": "APIs.io Engineering Platform Delete a collection access key", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/collection-access-keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The collection access key's ID." } ] }, "docs": "Deletes a collection access key. To get a collection access key's ID, use the GET `/collection-access-key` endpoint.\n\nOn success, this returns an HTTP `204 No Content` response.\n" } ] } ], "bundled": true }