Creating Access token for GoToTraining.com
- سُلَيْمَان بْن دَاوُوْد

- Jan 5, 2025
- 1 min read
They now a days offer more than 3 products namely GoTotraining, GoToMeeting, GoToWebinar etc so everyone faces problen in creating acess tokens but if you are on Linux its pretty easy watch screenshot below
You need to run following command in Shell or terminal and the last parameter client_id is the developer API key
you initially need to create a developer account then create a new application after that your API key will be approved by citrixonline after which you will be able to run following command sucessfully
curl -X GET -H "Content-type: application/json" -H "Accept: application/json" "https://api.citrixonline.com/oauth/access_token?grant_type=password&user_id=loginemailadress&password=loginpassword&client_id=2bd7b82b0bef1ccd277e2924d89a566b"
Comments