Calling Canvas API - through Dynamics CRM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020
04:35 AM
Hi All,
I am pretty new with Canvas LMS and belown to Dynamics 365 community. In my current work i had to call Cnavas API to push/pull data to and from Dynamics. I am trying to figure it out how would i test Canvas API's through postman or any other way.
I have generated access token through Admin user in Canvas.
then i tried to copy the url in browser like below -
https://<mycanvasinstance>/api/v1/accounts/account_id/courses?access_token=<generated access token>
but I am getting below error -
{"errors":[{"message":"Invalid access token."}]}
not sure if is there any particular format to put access token.
Please help if anyone has called these api's from postman please share the config .