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
All API calls other than POST /login should expect the X-API-Token header to include a valid token. The token should be stored in the lookup list created when users log in.
If the token isn't provided, or the provided token isn't in the list, the API should return 401 Unauthorized.
The text was updated successfully, but these errors were encountered:
All API calls other than
POST /login
should expect theX-API-Token
header to include a valid token. The token should be stored in the lookup list created when users log in.If the token isn't provided, or the provided token isn't in the list, the API should return
401 Unauthorized
.The text was updated successfully, but these errors were encountered: