Describes the structure of error responses when authentication is required but missing or invalid (HTTP 401).
When you access an API that requires authentication without a valid bearer token, you receive a 401
status code with the following response:
{
"error": "You are not authenticated"
}
See How to use API tokens for details on authenticating API requests.