Streampipes Backend API via Postman - authorization issue #2424
-
Hi, I'm facing an issue accessing Streampipes backend API via Postman. I tried to access the /streampipes-backend/api/v4/datalake/measurements endpoint but whenever I used the API Token generated by Streampipes -> Profile -> API, the response was 401. I'm using the GET method and Bearer token as an authorization method. This is what my request headers look like: Here is the response: Also, the reason that I want to have access to endpoints is that I want to create a custom dashboard outside the streampipes using data processed by streampipes and stored in data lakes. Is it even possible to achieve? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mihau1211 when using the profile token, you can provide the token with the HTTP headers Please let me know if this doesn't work! |
Beta Was this translation helpful? Give feedback.
Hi @mihau1211 when using the profile token, you can provide the token with the HTTP headers
X-API-USER
(your login email) andX-API-KEY
(the token generated in the profile view).Please let me know if this doesn't work!
Dominik