{
	"info": {
		"_postman_id": "3e2a1042-eac4-414b-a053-1aa4125396d4",
		"name": "Getting Started",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "16362418"
	},
	"item": [
		{
			"name": "access-token",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "client_id",
							"value": "<your_client_id>",
							"type": "text"
						},
						{
							"key": "client_secret",
							"value": "<your_client_secret>",
							"type": "text"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://playground.digitalrealty.com/v2/auth/token",
					"protocol": "https",
					"host": [
						"playground",
						"digitalrealty",
						"com"
					],
					"path": [
						"v2",
						"auth",
						"token"
					]
				}
			},
			"response": []
		},
		{
			"name": "remotehands-tickets",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "<your_access_token>",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Master-Account-Id",
						"value": "100123",
						"type": "text"
					},
					{
						"key": "Account-id",
						"value": "0011A00001AaAB1ABC",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://playground.digitalrealty.com/v1/remotehands-tickets",
					"protocol": "https",
					"host": [
						"playground",
						"digitalrealty",
						"com"
					],
					"path": [
						"v1",
						"remotehands-tickets"
					]
				}
			},
			"response": []
		}
	]
}