{ "info": { "name": "Github Get Repos Owner Repo Keys", "_postman_id": "12adc280-062a-41ff-bab9-d6c448d886d0", "description": "Get list of keys.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "ab333002-ea0a-4109-a113-5d0d78098bc7", "name": "get-list-of-keys", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/keys" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "Get list of keys" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "011087ee-1c1b-42cf-8385-be32bff837bc" } ] } ] } ] }