{ "info": { "name": "Github Get Repos Owner Repo Subscribers", "_postman_id": "522b5e73-c390-4f5e-b65b-f0f64a48f36c", "description": "List watchers.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "ad4dfb72-1b54-4d1d-9c13-77add1947950", "name": "list-watchers", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/subscribers" ], "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": "List watchers" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "5091da16-0aa3-4e96-89d0-1a860fed419b" } ] } ] } ] }