You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got another one for you guys, please close out if it's human error.
If I run the command https GET api.spacetraders.io/my/account token==$token from my terminal, I get back the correct information. If I replace $token with the actual string token, it also returns the correct information.
However, from the documentation if I put in my token and hit "send" I get the following:
Error 401:
{
"error": {
"message": "Token was invalid or missing from the request. Did you confirm sending the token as a query parameter or authorization header?",
"code": 40101
}
}
Here is the python script that returns the same 401 error.
Got another one for you guys, please close out if it's human error.
If I run the command
https GET api.spacetraders.io/my/account token==$token
from my terminal, I get back the correct information. If I replace$token
with the actual string token, it also returns the correct information.However, from the documentation if I put in my token and hit "send" I get the following:
Here is the python script that returns the same 401 error.
The text was updated successfully, but these errors were encountered: