{ "info": { "_postman_id": "834110cf-88be-4176-b413-b4df8a4b8b29", "name": "Basic project creation flow", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Authenticate", "event": [ { "listen": "test", "script": { "exec": [ "var jsonData = JSON.parse(responseBody);\r", "pm.collectionVariables.set(\"lc_access_token\", jsonData.access_token);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "", "type": "text" }, { "key": "client_secret", "value": "", "type": "text" }, { "key": "grant_type", "value": "client_credentials", "type": "text" }, { "key": "audience", "value": "https://api.sdl.com", "type": "text" } ] }, "url": { "raw": "https://sdl-prod.eu.auth0.com/oauth/token", "protocol": "https", "host": [ "sdl-prod", "eu", "auth0", "com" ], "path": [ "oauth", "token" ] }, "description": "