I am able to get a successful response using the Fetchwhere endpoint in ION API using the swagger page. I can also get successful responses calling the SXe ION API endpoints in C# code. But when I attempt to execute a REST request in my C# code using the same bearer token for the Fetchwhere, I get a 404 status code.
I have literally copied and pasted the curl information from the swagger page, and I still get 404 responses. Has anyone else ran into this issue?