Niel V. : https://api.pipedream.com/v1/users/me
1 Like
Dylan Pierce : I was able to reproduce a 404 response from the REST API, but only when my token was invalid
Niel V. : I am using the new API key I retrieved yesterday after revoking the old key.
Dylan Sather (Pipedream) : in one of your prior screenshots, I noticed you added a colon after Bearer, but you actually just want a space between Bearer and your key:
Authorization: Bearer <api key>
Can you try that?
Dylan Sather (Pipedream) : See this example request: https://pipedream.com/docs/api/rest/#authentication
Niel V. : The colon after Bearer was the problem. API calls are working now. Thanks for your help!
Dylan Pierce : Nice catch I didn’t notice that