{
	"id": "83fd26e6-bf24-042b-c110-560589436474",
	"name": "OAuth 2.0 Tokens - OneLogin Version /1",
	"description": "",
	"order": [
		"b886f81d-bd39-28c0-368f-96a8bb3244ee",
		"4cfa8b42-f789-f92d-a36f-d83f5208aaee",
		"0f4dda76-26e9-aa38-7ec4-3f0c820820c8",
		"265cb346-36a1-b080-e607-f1906b283da5"
	],
	"folders": [],
	"timestamp": 1447961159814,
	"owner": "35088",
	"remoteLink": "https://www.getpostman.com/collections/5222caf2f47bb53e6771",
	"public": false,
	"requests": [
		{
			"id": "0f4dda76-26e9-aa38-7ec4-3f0c820820c8",
			"headers": "Authorization: client_id:{{client_id}}, client_secret:{{client_secret}}\nContent-Type: application/json\n",
			"url": "https://api.{{us_or_eu}}.onelogin.com/auth/oauth2/revoke",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "POST",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1450810075508,
			"name": "Revoke Tokens",
			"description": "",
			"collectionId": "83fd26e6-bf24-042b-c110-560589436474",
			"rawModeData": "{\n\"access_token\":\"<access_token>\"\n}"
		},
		{
			"headers": "Authorization: bearer:{{access_token}}\n",
			"url": "https://api.{{us_or_eu}}.onelogin.com/auth/rate_limit",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"name": "Get Rate Limit",
			"description": "",
			"id": "265cb346-36a1-b080-e607-f1906b283da5",
			"collectionId": "83fd26e6-bf24-042b-c110-560589436474"
		},
		{
			"id": "4cfa8b42-f789-f92d-a36f-d83f5208aaee",
			"headers": "Content-Type: application/json\n",
			"url": "https://api.{{us_or_eu}}.onelogin.com/auth/oauth2/token",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "POST",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1450810056935,
			"name": "Refresh Tokens",
			"description": "",
			"collectionId": "83fd26e6-bf24-042b-c110-560589436474",
			"rawModeData": "{\n\"grant_type\":\"refresh_token\",\n\"access_token\":\"<access_token>\",\n\"refresh_token\":\"<refresh_token>\"\n}"
		},
		{
			"headers": "Authorization: client_id:{{client_id}}, client_secret:{{client_secret}}\nContent-Type: application/json\n",
			"url": "https://api.{{us_or_eu}}.onelogin.com/auth/oauth2/token",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "POST",
			"data": [],
			"dataMode": "raw",
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"name": "Generate Tokens",
			"description": "",
			"id": "b886f81d-bd39-28c0-368f-96a8bb3244ee",
			"collectionId": "83fd26e6-bf24-042b-c110-560589436474",
			"rawModeData": "{\n\"grant_type\":\"client_credentials\"\n}"
		}
	]
}