@s_moles ,
I've been on vacation. Is this still an issue?
I've used Postman once, I primarily use Advanced REST Client, so I may be of limited use.
When there are problems, leave off the optional parameters like after=45 and limit=100 when you're testing. At least leave off the after part, I just made up the 45 for testing purposes, you may not have anything after 45.
For Authorization, make sure you have it set to None. Then manually add the header.
Your screen doesn't look like mine when I try this with Postman, so I'm not sure exactly where things are entered.
I see the ability to add 3 types of parameters: Path variable keys, URL Parameter keys, and Headers. Leave the first one empty. The URL parameters is where the after and limit would go. The header section contains the Authentication and the Date.
What looks weird is that the GET statement should have the https://portal.inshosteddata.com/api/account/self/dump on it, but (this is where I get confused), yours looks like you might have just put dump there and added the path to the PATH variable key.
Then again, it could just be a difference in versions, so this may not be helpful at all.
Like I said, I'm not an expert on Postman and as you said in another post, you got my CanvasDataAPI.pm working, so I'm not even sure this is still a question.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.