{ "info": { "_postman_id": "6da968bd-253c-44f7-881e-1c3413e2881e", "name": "Atlassian Marketplace API", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Product Tags", "description": "Information about product tags, which includes new categories and keywords that will replace the existing categories.", "item": [ { "name": "Get Product Tags", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}marketplace/rest/1/product-tags", "query": [ { "key": "start-id", "value": "{{start-id}}", "disabled": true, "description": "If specified, skips ahead of this ID of product tag" }, { "key": "limit", "value": "{{limit}}", "disabled": true, "description": "If specified, limits the number of results to mentioned number of items" }, { "key": "tagType", "value": "{{tagType}}", "disabled": true, "description": "If specified will fetch product tags of the specified type only" } ], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Get a list of product tags in paginated way." }, "response": [] }, { "name": "Get product tag", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}marketplace/rest/1/product-tags/:productTagId", "query": [], "variable": [ { "key": "ProductTagId", "value": "{{ProductTagId}}", "description": "The unique identifier for this Product tag, for example \"ca794339-9b4f-41ed-8b8d-cae9ee1a2676\"", "disabled": false } ] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Get a specific product tag." }, "response": [] } ] } ], "variable": [ { "key": "protocol", "name": "Protocol", "description": "The HTTP Protocol that should be used for this REST API.", "type": "string", "value": "https" }, { "key": "host", "name": "Host", "description": "The HTTP host that should be used for this REST API.", "type": "string", "value": "api.atlassian.com" }, { "key": "basePath", "name": "Base Path", "description": "The path, after the host, of the base of the REST API.", "type": "string", "value": "" } ] }