Ok so I know how to make this work but its on an API by API basis, not the whole lot at once.
go to https://<Your Canvas DNS>/doc/api/api-docs.json
Find the API you want in the list and cut and paste the path to replace "/api-docs.json" i.e. for users it becomes
https://<Your Canvas DNS>/doc/api/users.json
Cut and paste that URL into Postmap Import -> "Import from link"
This will generate a Valid API collection with a couple of limitations. All the URL's are "canvas.instructure.com" and it will import all the API's related to that. The "user" collection for example contains EVERYTHING to do with the user even if in api.instructure.com its listed under another object. There also appears to be undocumented API's in here I think, haven't looked closely at it yet