Hi,
I’m trying to get the warehouse inventory list using a bearer token, I’m using ‘IFS Database’ as an identity provider.
I got my access token like this :
Then I used it like this :
But I’m getting a 401 error, I tried to use the id_token instead of the access_token but I get the same thing.
Am I missing something?
Thanks.