{ "info": { "name": "Github Get Repos Owner Repo Labels Name", "_postman_id": "925f09b3-a20d-47cf-a900-ffa4e622b518", "description": "Get a single label.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "16bfdf16-56a7-4e4d-bf3d-fb3f13aee949", "name": "get-a-single-label", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/labels/:name" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "name", "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 a single label" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "01ae3134-f44f-4963-a216-962dec19ce52" } ] } ] } ] }