401 - Unauthorized
Indicates the resource cannot be accessed. The authorization is invalid, missing or expired. The difference between 401 and 403 is subtle, but 401 means the API called requires authorization and the authorization provided is not valid -or- missing. Typically, clients use this information to re-authorize the user.
Updated over 2 years ago