{
	"info": {
		"_postman_id": "0d47353c-8a48-4394-8993-d84ca5d1b70b",
		"name": "RevealAPI",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Get company",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Authorization",
						"type": "text",
						"value": "{{api_key}}"
					}
				],
				"url": {
					"raw": "https://{{base_url}}/company/{{ip_v4}}",
					"protocol": "https",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"company",
						"{{ip_v4}}"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"id": "e1ce330d-e865-4d07-8acf-1f8aa51c23a2",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"id": "ee0c27be-fa0c-478d-bc5e-5b8d1de38d6a",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"id": "49493d30-3f30-43c0-a84a-c1b60eefde41",
			"key": "base_url",
			"value": "reveal.api.albacross.com",
			"type": "string"
		},
		{
			"id": "f943aac2-ace5-4b79-a8f1-67c7c481084b",
			"key": "ip_v4",
			"value": "78.82.225.130",
			"type": "string"
		},
		{
			"id": "54af1b02-f0a2-40ad-8979-51553cd27e52",
			"key": "api_key",
			"value": "",
			"type": "string"
		}
	],
	"protocolProfileBehavior": {}
}