{ "info": { "name": "Github Get Repos Owner Repo Hooks Hook", "_postman_id": "ad8b98a0-845d-4764-b796-ec5a9b5a6194", "description": "Get single hook.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "8935940d-692e-43a6-b1af-de3c9db8c530", "name": "get-single-hook", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/hooks/:hookId" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "hookId", "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 single hook" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "80b3d56c-a1fb-4b6f-8103-fb81fb06bd47" } ] } ] } ] }