Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Description

request_token_unauthorized

Bad input parameter. Refer to the error message to find out which one and whyPassed request token has been unauthorized and cannot be used. Create new request token.

request_token_rejected

Bad or expired token. This can happen if the access token has expired or is otherwise invalid. To fix this, re-authenticate the userRequest token didn't pass the validation. It may be in wrong format or corrupted.

access_token_already_issued

Bad OAuth request (incorrect consumer key, bad nonce, expired time stamp...). Refer to the error message for detailsAccess token was already issued for the passed request token.

invalid_consumer

File Consumer key was not found or folder not found at the specified pathpresent in the request. Check if the URL you're trying to access is correctthe domain settings and logs files.

request_token_not_found

Unexpected request method. The request method should be GET or POST depending on the request you're trying to makeRequest token was not present or not found while trying to exchange it for access token.

token_not_found

Your app is making too many requests and is being rate limited. 503s can trigger on a per-app or per-user basis.Access token was not present or not found in the request. This may mean, that other prerequisites like request integrity and consumer key are fullfiled.

token_unauthorized

Server error. Refer to the error message for detailsPassed access token has been unauthorized and cannot be used. Create new request token.

parameter_absent
 
Mandatory parameter is absent in the request.
user_not_found
 
User passed in xAuth request (x_auth_username) was not found.
too_many_login_failures
 
Too many login failures for user/password combination while using xAuth.
user_login_failed
 
User/password combination is not valid while using xAuth.
user_not_active
 
Passed user is not active while using xAuth.
user_expired
 
Passed user account is not active while using xAuth.
no_domain
 
User is not associated with a domain.
domain_expired
 
User domain validitiy expired while using xAuth.
api_disabled
 
REST API is not enabled in the license key.

Next Steps

Children Display