{ "info": { "name": "Github Get Repos Owner Repo Branches Branch", "_postman_id": "26869810-98af-4855-9c4b-51da80c7586a", "description": "Get Branch", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "27c64334-396f-4631-8aa3-43e68f9261ce", "name": "get-branch", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/branches/:branch" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "branch", "value": "{}", "type": "string" }, { "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 Branch" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "88eb1b72-b039-4db6-a5dc-ad29b87fb542" } ] } ] } ] }