CLIENT_ID=987574477233.clients.hubrise.com CLIENT_SECRET=7769c2e42b7b7200780f47de4888008bdb5b751b5336d1631d8606cef0ef5a90 CODE= curl -X POST -d "client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET&code=$CODE" \ https://manager.hubrise.com/oauth2/v1/tokenThis will return a JSON object with an access token.