Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,
I have hit a wall trying to get the admin api to allow my calls to the users endpoint to return data. I am getting a 401 “unauthorized” error but I just don’t see what I am doing wrong.
Here is a sample of call that my code produces.
{Method...
well I spoke too soon. I can get the request to work in Postman just fine, but it doesn’t work in my application. Obviously this is a problem with my app and not the API. At least I know everything is set correctly and I have a known good source t...
some progress. Even though I have set up an admin API application in the control panel, I still think I might need to be given access to the api end points themselves. I am getting this error and I have double checked that I didn’t mix up the auth ...
still haven’t been able to figure this out. It is going to be something small, but still annoying. Had a chat session with support and got a few ideas, but nothing has panned out so far.
I was able to run a couple of requests in Postman and now I have a clearer understanding of the issue. This is the response I get from Dup in Postman
“Invalid signature in request credentials”
So I will check the parameters I am using to build the s...