Hello all,
I am using the Tempo Rest API - https://apidocs.tempo.io/#worklogs
I have constructed a very basic call within Postman and this works perfectly:
https://api.tempo.io/core/3/worklogs?to=2021-02-24&from=2021-02-23
I see data back and thats great.
I am now trying to build the same query using PHP for an app we use and when I construct the same query and send it to the API, I get a 400 Bad Request response back and I have no idea why. Everything looks to match the Postman query.
Here is my call:
https://api.tempo.io/core/3/worklogs?to=2021-02-24&from=2021-02-23
Here is the exception showing the exact URL being called:
My Authorization header is the exact same as the one in Postman (omitted due to token).
I have no idea why this is and it is bugging me, can anyone help at all?
Thanks,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.