detail: 'Authentication credentials were not provided.' } #874
Unanswered
Sahilphide
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! You need to pass "Token: XYZ" in the header, not bearer And since the process to add a workout over the API is not documented at all, I'd suggest adding one over the web interface and see which objects were created |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to call api ("https://wger.de/api/v2/workout/") to get some data , it require me to provide token with header in order to authorize i am passing same , but whenever i am trying to make call i am getting error "data: { detail: 'Authentication credentials were no provided}"
look like there is no doc support for making call from node application , i can see only python
Beta Was this translation helpful? Give feedback.
All reactions