Errors
This page details conventional HTTP response codes to indicate the success or failure of an API request.
Error Code Table
Code
Message
400
Invalid Twitter username
401
Invalid API key
404
Route not Found
405
Method not Allowed
429
API rate limit exceeded
429
Credit value exceeded
500
Internal Server Error
Data Response Error
A response similar to below will be returned if we don't have data for a user. Note that this request was processed correctly but is conveying in the data key that the expected response data isn't available.
Last updated