{
	"id": "9d6ed726-01a3-813b-a9cd-27a3c8c113d5",
	"name": "Accounts API - OneLogin",
	"description": "An account represents a customer, company, or organization that uses OneLogin. This API can be used by Resellers only.",
	"order": [
		"8f008d55-1fdd-45d8-1b94-64cff288822b",
		"1cefd5b8-2d05-f0f2-c05e-9eadb1426203",
		"200eb4fb-6eab-8144-41aa-d69cf118635a",
		"fac18a62-8718-c262-7746-998eefd42f56"
	],
	"folders": [],
	"timestamp": 1423874135407,
	"synced": false,
	"owner": "35088",
	"sharedWithTeam": false,
	"subscribed": false,
	"remoteLink": "",
	"public": false,
	"write": true,
	"hasRequests": true,
	"requests": [
		{
			"id": "1cefd5b8-2d05-f0f2-c05e-9eadb1426203",
			"headers": "",
			"url": "https://{{host}}/api/v1/accounts/{{account_id}}.xml",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "basicAuth",
			"helperAttributes": {
				"username": "{{api_key}}",
				"password": "{{password}}",
				"id": "basic",
				"timestamp": 1429135262106
			},
			"time": 1430866114102,
			"name": "Get account",
			"description": "",
			"collectionId": "9d6ed726-01a3-813b-a9cd-27a3c8c113d5",
			"synced": false,
			"owner": "35088"
		},
		{
			"id": "200eb4fb-6eab-8144-41aa-d69cf118635a",
			"headers": "Content-Type: application/xml\n",
			"url": "https://{{host}}/api/v1/accounts.xml",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "POST",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "basicAuth",
			"helperAttributes": {
				"username": "{{api_key}}",
				"password": "{{password}}",
				"id": "basic",
				"timestamp": 1429135262106
			},
			"time": 1430866122719,
			"name": "Create account",
			"description": "",
			"collectionId": "9d6ed726-01a3-813b-a9cd-27a3c8c113d5",
			"synced": false,
			"rawModeData": "<account>\n  <name>{account_name}</name>\n  <email>{account_owner_email}</email>\n  <firstname>{account_owner_firstname}</firstname>\n  <lastname>{account_owner_lastname}</lastname>\n  <address1>{address1}</address1>\n  <address2>{address2}</address2>\n  <city>{city}</city>\n  <state>{state}</state>\n  <zip>{zip}</zip>\n  <country>{country}</country>\n  <phone>{phone}</phone>\n  <homepage>{homepage}</homepage>\n</account>",
			"owner": "35088"
		},
		{
			"id": "8f008d55-1fdd-45d8-1b94-64cff288822b",
			"headers": "",
			"url": "https://{{host}}/api/v1/accounts.xml",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "basicAuth",
			"helperAttributes": {
				"username": "{{api_key}}",
				"password": "{{password}}",
				"id": "basic",
				"timestamp": 1429135262106
			},
			"time": 1430866101619,
			"name": "Get all accounts",
			"description": "",
			"collectionId": "9d6ed726-01a3-813b-a9cd-27a3c8c113d5",
			"synced": false,
			"owner": "35088"
		},
		{
			"id": "fac18a62-8718-c262-7746-998eefd42f56",
			"headers": "Content-Type: application/xml\n",
			"url": "https://{{host}}/api/v1/accounts/{{account_id}}.xml",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "PUT",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "basicAuth",
			"helperAttributes": {
				"username": "{{api_key}}",
				"password": "{{password}}",
				"id": "basic",
				"timestamp": 1429135262106
			},
			"time": 1430940644842,
			"name": "Update account",
			"description": "",
			"collectionId": "9d6ed726-01a3-813b-a9cd-27a3c8c113d5",
			"synced": false,
			"rawModeData": "<account>\n    <name>{name}</name>\n    <address1>{address1}</address1>\n    <address2>{address2}</address2>\n    <city>{city}</city>\n    <state>{state}</state>\n    <zip>{zip}</zip>\n    <phone>{phone}</phone>\n    <homepage>{homepage}</homepage>\n</account>"
		}
	]
}