Fail to access source with API code

I am trying to access a source with the following code:

https://api.pipedream.com/v1/sources/dc_lVuM0Z7/event_summaries?expand=event
-H “Authorization: Bearer (and then my API Key)”

where APIKey is substituted with the actual key.

I am getting the following error in the global field set to receive the reply: {“error”:“record not found”} If this were an error coming from my system, I would normally see it in my system as an error and I am not. So, I am checking with you to see if this error might indicate something wrong in my syntax or something else at your end.

Thanks,
Seth

Very interesting. I have discovered that if I access the API URL for the source in Google Chrome, I immediately get the data in JSON format without entering any API key. Seems like this should not be happening. However, this does suggest that the syntax is correct.

Hi Seth, I responded re: the 404 error in the separate thread, but re: you being able to access the data in Chrome, I believe that’s because you’re currently logged into Pipedream, and your pipedream.com session data authorizes your access to api.pipedream.com (your browser is making requests to api.pipedream.com when you use the Pipedream UI, too).

Sorry to duplicate this question. I replied in the other thread with the text I am seeing. Thanks,
Seth