I tried to make a call to foundry API and I got 401 error back.
Is this not a feature that we can use in Dev tier?
I tried to make a call to foundry API and I got 401 error back.
Is this not a feature that we can use in Dev tier?
From your first picture it looks like you are making a rest call to multipass with a token that does not have the permission to do so.
The second example, I am not sure if you are using the same token and if you are using the SDK or making a REST call again so hard to tell.
Yeah. First call was wrong and issue related to second call was also resolved after regenerating the token. Thanks.