Unsure which hostname to hit to grab our CD2 data

Jump to solution
pgo586
Community Contributor

(I posted this first as an answer to Edina's initial post - I apologize for the redundancy) Just getting started trying to retrieve our data, but I'm not sure which hostname to use in the URL. Could you please clarify? So far I've tried: https://data-access-platform.canvas.northwestern.edu (using the vanity URL) and also https://data-access-platform.northwestern.instructure.com, but none of these is found by POSTMAN when I try.

 
 
Labels (1)
0 Likes
1 Solution
Edina_Tipter
Instructure Alumni
Instructure Alumni

Hello @pgo586 ,


No problem. I am here to help. Feel free to ask 😉
So this is the base URL to access the API endpoints: 
dap.insk8s.net.
Please see the original blog post from this group where it was shared: https://community.canvaslms.com/t5/Data-Access-Platform-Canvas-Data/Canvas-Data-2-NOW-available/ba-p....

But I can also see that you managed already to hit the API or am I wrong?

So as an example for Postman to auth is https://dap.insk8s.net/auth
{
"@type":"Canvas",
"client_id":"{{API_CLIENT_ID}}",
"client_secret":"{{API_CLIENT_SECRET}}"
}

For a table snapshot: https://dap.insk8s.net/query/canvas/table/{table name}/data

I hope this helps.

View solution in original post