{
	"info": {
		"_postman_id": "88ba167d-c018-4a87-a9a2-f388b112d9df",
		"name": "OAD Living Library",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "24717466"
	},
	"item": [
		{
			"name": "OAD Living Library",
			"item": [
				{
					"name": "Manage contract",
					"item": [
						{
							"name": "Retrieve your account information",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/me",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"me"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get user roles",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/me/services",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"me",
										"services"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get contract information",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get all subscriptions for a given contract",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/subscriptions",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"subscriptions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get information for a specific subscription",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/subscriptions/{{subscription_id}}",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"subscriptions",
										"{{subscription_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "NOT TESTED revoke a subscription",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/{{subscription_id}}/revoke",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"{{subscription_id}}",
										"revoke"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get subscription consumption",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/subscriptions?service=data",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"subscriptions"
									],
									"query": [
										{
											"key": "service",
											"value": "data"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get payments for a contract",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/payments",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"payments"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get payments for a subscription",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/subscriptions/{{subscription_id}}/payments",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"subscriptions",
										"{{subscription_id}}",
										"payments"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get payments for a contract and payment ID",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_Id}}/payments/{{payment_id}}",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_Id}}",
										"payments",
										"{{payment_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get payments for an order",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders/{{order_id}}",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders",
										"{{order_id}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Search",
					"item": [
						{
							"name": "Search images in a public workspace",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									]
								}
							},
							"response": []
						},
						{
							"name": "Retrieve your workspace Id",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/me",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"me"
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images in a private workspace",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?workspaceid={{workspace_id}}",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "workspaceid",
											"value": "{{workspace_id}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images from Living Library in a public workspace",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?processingLevel=SENSOR",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "processingLevel",
											"value": "SENSOR"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images within a circle (Geographic filter)",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?lat=43.60426&lon=1.44367&radius=1000",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "lat",
											"value": "43.60426"
										},
										{
											"key": "lon",
											"value": "1.44367"
										},
										{
											"key": "radius",
											"value": "1000"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images within a bounding box (Geographic filter)",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?bbox=-122.537,37.595,-122.303,37.807",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "bbox",
											"value": "-122.537,37.595,-122.303,37.807"
										},
										{
											"key": "",
											"value": "",
											"disabled": true
										},
										{
											"key": "",
											"value": "",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images within a polygon (Geographic filter)",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?relation=intersects&geometry={\"type\": \"Polygon\", \"coordinates\": [ [[-115.257324821538006, 36.135202530042903],                [-115.119528582773995, 36.137064237966598],                [-115.118644547198002, 36.062608357774501],                [-115.256536683516998, 36.062233041334402],                [-115.257324821538006, 36.135202530042903]]]}",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "relation",
											"value": "intersects"
										},
										{
											"key": "geometry",
											"value": "{\"type\": \"Polygon\", \"coordinates\": [ [[-115.257324821538006, 36.135202530042903],                [-115.119528582773995, 36.137064237966598],                [-115.118644547198002, 36.062608357774501],                [-115.256536683516998, 36.062233041334402],                [-115.257324821538006, 36.135202530042903]]]}"
										},
										{
											"key": "",
											"value": "",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images with field filters",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?constellation=SPOT&acquisitionDate=[2018-04-20T00:00:00.000Z,2018-06-04T00:00:00.000Z]&cloudCover=[0,10]",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "constellation",
											"value": "SPOT"
										},
										{
											"key": "acquisitionDate",
											"value": "[2018-04-20T00:00:00.000Z,2018-06-04T00:00:00.000Z]"
										},
										{
											"key": "cloudCover",
											"value": "[0,10]"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images sorted by incidence angle",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?sortBy=incidenceAngle",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "sortBy",
											"value": "incidenceAngle"
										},
										{
											"key": "constellation",
											"value": "SPOT",
											"disabled": true
										},
										{
											"key": "acquisitionDate",
											"value": "[2018-04-20T00:00:00.000Z,2018-06-04T00:00:00.000Z]",
											"disabled": true
										},
										{
											"key": "cloudCover",
											"value": "[0,10]",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images from a page with specific page configuation",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?itemsPerPage=100&startPage=3",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "itemsPerPage",
											"value": "100"
										},
										{
											"key": "startPage",
											"value": "3"
										},
										{
											"key": "constellation",
											"value": "SPOT",
											"disabled": true
										},
										{
											"key": "acquisitionDate",
											"value": "[2018-04-20T00:00:00.000Z,2018-06-04T00:00:00.000Z]",
											"disabled": true
										},
										{
											"key": "cloudCover",
											"value": "[0,10]",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Order from analytics toolbox",
					"item": [
						{
							"name": "List available analytics",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/analytics",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"analytics"
									]
								}
							},
							"response": []
						},
						{
							"name": "Search images",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?constellation=PHR&itemsPerPage=100&processingLevel=SENSOR&cloudCover=[0,10]&incidenceAngle=[0,20]&acquisitionDate=[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]&relation=intersects&geometry={\"type\": \"Polygon\", \"coordinates\": [ [[-115.257324821538006, 36.135202530042903],                [-115.119528582773995, 36.137064237966598],                [-115.118644547198002, 36.062608357774501],                [-115.256536683516998, 36.062233041334402],                [-115.257324821538006, 36.135202530042903]]]}",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "constellation",
											"value": "PHR"
										},
										{
											"key": "itemsPerPage",
											"value": "100"
										},
										{
											"key": "processingLevel",
											"value": "SENSOR"
										},
										{
											"key": "cloudCover",
											"value": "[0,10]"
										},
										{
											"key": "incidenceAngle",
											"value": "[0,20]"
										},
										{
											"key": "acquisitionDate",
											"value": "[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]"
										},
										{
											"key": "relation",
											"value": "intersects"
										},
										{
											"key": "geometry",
											"value": "{\"type\": \"Polygon\", \"coordinates\": [ [[-115.257324821538006, 36.135202530042903],                [-115.119528582773995, 36.137064237966598],                [-115.118644547198002, 36.062608357774501],                [-115.256536683516998, 36.062233041334402],                [-115.257324821538006, 36.135202530042903]]]}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Calculate the price of an analytic report",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "  {\r\n    \"kind\": \"order.analytics-toolbox.archive\",\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [-115.257324821538006, 36.135202530042903],\r\n                [-115.119528582773995, 36.137064237966598],\r\n                [-115.118644547198002, 36.062608357774501],\r\n                [-115.256536683516998, 36.062233041334402],\r\n                [-115.257324821538006, 36.135202530042903]\r\n            ]\r\n        ]\r\n    },\r\n    \"analytic\": \"analytic.airbus.change-detection\",\r\n    \"resolution\": 0.5,\r\n    \"imageIds\": [\r\n        \"37bbfd56-7230-4875-a85f-5d9dc4b6e440\",\r\n        \"95e0b8fc-7bd1-404f-8f9c-a1798a45d57a\"\r\n    ],  \r\n    \"title\": \"Change Detection - Las Vegas\"\r\n}"
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/prices",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"prices"
									]
								}
							},
							"response": []
						},
						{
							"name": "Order of an analytics report",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "  {\r\n    \"kind\": \"order.analytics-toolbox.archive\",\r\n    \"aoi\": {\r\n        \"type\": \"Polygon\",\r\n        \"coordinates\": [\r\n            [\r\n                [-115.257324821538006, 36.135202530042903],\r\n                [-115.119528582773995, 36.137064237966598],\r\n                [-115.118644547198002, 36.062608357774501],\r\n                [-115.256536683516998, 36.062233041334402],\r\n                [-115.257324821538006, 36.135202530042903]\r\n            ]\r\n        ]\r\n    },\r\n    \"analytic\": \"analytic.airbus.change-detection\",\r\n    \"resolution\": 0.5,\r\n    \"imageIds\": [\r\n        \"37bbfd56-7230-4875-a85f-5d9dc4b6e440\",\r\n        \"95e0b8fc-7bd1-404f-8f9c-a1798a45d57a\"\r\n    ],  \r\n    \"title\": \"Change Detection - Las Vegas\"\r\n}"
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders"
									]
								}
							},
							"response": []
						},
						{
							"name": "Order Status",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders/{{order_id}}",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders",
										"{{order_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "List orders",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Order an individual product",
					"item": [
						{
							"name": "Search images",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?constellation=PHR&itemsPerPage=100&processingLevel=SENSOR&cloudCover=[0,10]&incidenceAngle=[0,20]&acquisitionDate=[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]&relation=intersects&geometry={\"type\": \"Polygon\", \"coordinates\": [ [[\n                            1.4089965820312502,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.59829500262717\n                        ]]]}",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "constellation",
											"value": "PHR"
										},
										{
											"key": "itemsPerPage",
											"value": "100"
										},
										{
											"key": "processingLevel",
											"value": "SENSOR"
										},
										{
											"key": "cloudCover",
											"value": "[0,10]"
										},
										{
											"key": "incidenceAngle",
											"value": "[0,20]"
										},
										{
											"key": "acquisitionDate",
											"value": "[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]"
										},
										{
											"key": "relation",
											"value": "intersects"
										},
										{
											"key": "geometry",
											"value": "{\"type\": \"Polygon\", \"coordinates\": [ [[\n                            1.4089965820312502,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.59829500262717\n                        ]]]}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Calculate the price of an individual product",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"kind\": \"order.data.product\",\r\n    \"products\": [\r\n        {\r\n            \"crsCode\": \"urn:ogc:def:crs:EPSG::4326\",\r\n            \"productType\": \"pansharpened\",\r\n            \"radiometricProcessing\": \"DISPLAY\",\r\n            \"aoi\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ]\r\n                    ]\r\n                ]\r\n            },\r\n            \"id\": \"d42de348-110b-4ed6-a597-755867b3ee54\",\r\n            \"imageFormat\": \"image/jp2\"\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/prices",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"prices"
									]
								}
							},
							"response": []
						},
						{
							"name": "Place an order for an individual product",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"kind\": \"order.data.product\",\r\n    \"products\": [\r\n        {\r\n            \"crsCode\": \"urn:ogc:def:crs:EPSG::4326\",\r\n            \"productType\": \"pansharpened\",\r\n            \"radiometricProcessing\": \"DISPLAY\",\r\n            \"aoi\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ]\r\n                    ]\r\n                ]\r\n            },\r\n            \"id\": \"d42de348-110b-4ed6-a597-755867b3ee54\",\r\n            \"imageFormat\": \"image/jp2\"\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders"
									]
								}
							},
							"response": []
						},
						{
							"name": "Place an order for a product list",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"kind\": \"order.data.product\",\r\n    \"products\": [\r\n        {\r\n            \"productType\": \"pansharpened\",\r\n            \"radiometricProcessing\": \"DISPLAY\",\r\n            \"imageFormat\": \"image/geotiff\",\r\n            \"crsCode\": \"urn:ogc:def:crs:EPSG::4326\",\r\n            \"id\": \"d42de348-110b-4ed6-a597-755867b3ee54\",\r\n            \"aoi\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"productType\": \"pansharpened\",\r\n            \"radiometricProcessing\": \"DISPLAY\",\r\n            \"imageFormat\": \"image/geotiff\",\r\n            \"crsCode\": \"urn:ogc:def:crs:EPSG::4326\",\r\n            \"id\": \"077e8992-c3c7-4a6b-a56f-cc7278d1b3f7\",\r\n            \"aoi\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.63408731864001\r\n                        ],\r\n                        [\r\n                            1.5078735351562496,\r\n                            43.59829500262717\r\n                        ],\r\n                        [\r\n                            1.4089965820312502,\r\n                            43.59829500262717\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders"
									]
								}
							},
							"response": []
						},
						{
							"name": "View order status",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"orders"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "View service",
					"item": [
						{
							"name": "Preview images",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/quicklook",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"quicklook"
									]
								}
							},
							"response": []
						},
						{
							"name": "Streaming on the fly",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://search.foundation.api.oneatlas.airbus.com/api/v2/opensearch?constellation=PHR&itemsPerPage=100&processingLevel=SENSOR&cloudCover=[0,10]&incidenceAngle=[0,20]&acquisitionDate=[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]&relation=intersects&geometry={\"type\": \"Polygon\", \"coordinates\": [ [[\n                            1.4089965820312502,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.59829500262717\n                        ]]]}",
									"protocol": "https",
									"host": [
										"search",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v2",
										"opensearch"
									],
									"query": [
										{
											"key": "constellation",
											"value": "PHR"
										},
										{
											"key": "itemsPerPage",
											"value": "100"
										},
										{
											"key": "processingLevel",
											"value": "SENSOR"
										},
										{
											"key": "cloudCover",
											"value": "[0,10]"
										},
										{
											"key": "incidenceAngle",
											"value": "[0,20]"
										},
										{
											"key": "acquisitionDate",
											"value": "[2022-01-01T00:00:00.000Z,2022-01-31T00:00:00.000Z]"
										},
										{
											"key": "relation",
											"value": "intersects"
										},
										{
											"key": "geometry",
											"value": "{\"type\": \"Polygon\", \"coordinates\": [ [[\n                            1.4089965820312502,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.63408731864001\n                        ],\n                        [\n                            1.5078735351562496,\n                            43.59829500262717\n                        ],\n                        [\n                            1.4089965820312502,\n                            43.59829500262717\n                        ]]]}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Preview images Copy",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/quicklook",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"quicklook"
									]
								}
							},
							"response": []
						},
						{
							"name": "Access imagery using WMS protocol",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/images/{{image_id}}/wms?REQUEST=GetMap&VERSION=1.3.0&LAYERS=layer_0&CRS=EPSG:4326&BBOX=-122.537,37.595,-122.530,37.807&WIDTH=600&HEIGHT=400&FORMAT=image/png",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"images",
										"{{image_id}}",
										"wms"
									],
									"query": [
										{
											"key": "REQUEST",
											"value": "GetMap"
										},
										{
											"key": "VERSION",
											"value": "1.3.0"
										},
										{
											"key": "LAYERS",
											"value": "layer_0"
										},
										{
											"key": "CRS",
											"value": "EPSG:4326"
										},
										{
											"key": "BBOX",
											"value": "-122.537,37.595,-122.530,37.807"
										},
										{
											"key": "WIDTH",
											"value": "600"
										},
										{
											"key": "HEIGHT",
											"value": "400"
										},
										{
											"key": "FORMAT",
											"value": "image/png"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get capabilities (WMTS protocol)",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/wmts?request=GetCapabilities",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"wmts"
									],
									"query": [
										{
											"key": "request",
											"value": "GetCapabilities"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Access imagery using WMTS protocol",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/wmts/tiles/1.0.0/default/rgb/EPSG4326/15/33436/10465.png",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"wmts",
										"tiles",
										"1.0.0",
										"default",
										"rgb",
										"EPSG4326",
										"15",
										"33436",
										"10465.png"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Download Service",
					"item": [
						{
							"name": "Retrieve your product",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://data.api.oneatlas.airbus.com/api/v1/contracts/{{contract_id}}/orders",
									"protocol": "https",
									"host": [
										"data",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"contracts",
										"{{contract_id}}",
										"orders"
									]
								}
							},
							"response": []
						},
						{
							"name": "Download your product",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{token}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "https://access.foundation.api.oneatlas.airbus.com/api/v1/items/{{item_id}}/download",
									"protocol": "https",
									"host": [
										"access",
										"foundation",
										"api",
										"oneatlas",
										"airbus",
										"com"
									],
									"path": [
										"api",
										"v1",
										"items",
										"{{item_id}}",
										"download"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	]
}