API Documentation
ERROR CODES
Reference all response codes returned by the Misfitz Statz API. Search by HTTP status, error code or message.
23 results
HTTP Code
Error Code
Message
Success
200
OK
Success.
HTTP 200Success
OK
Success.
200
VERIFICATION_STARTED
Verification started.
HTTP 200Success
VERIFICATION_STARTED
Verification started.
200
VERIFICATION_SUCCESS
Verification completed successfully.
HTTP 200Success
VERIFICATION_SUCCESS
Verification completed successfully.
200
VERIFICATION_CANCELLED
Verification cancelled.
HTTP 200Success
VERIFICATION_CANCELLED
Verification cancelled.
Verification
404
NO_ACTIVE_VERIFICATION
No active verification found.
HTTP 404Verification
NO_ACTIVE_VERIFICATION
No active verification found.
409
VERIFICATION_RUNNING
You already have an active verification.
HTTP 409Verification
VERIFICATION_RUNNING
You already have an active verification.
400
VERIFICATION_FAILED
Verification requirements were not met.
HTTP 400Verification
VERIFICATION_FAILED
Verification requirements were not met.
410
VERIFICATION_EXPIRED
Verification has expired.
HTTP 410Verification
VERIFICATION_EXPIRED
Verification has expired.
Accounts
409
ACCOUNT_ALREADY_VERIFIED
This account is already linked to another Discord account.
HTTP 409Accounts
ACCOUNT_ALREADY_VERIFIED
This account is already linked to another Discord account.
403
ACCOUNT_NOT_OWNED
This account does not belong to you.
HTTP 403Accounts
ACCOUNT_NOT_OWNED
This account does not belong to you.
400
ACCOUNT_NOT_VERIFIED
This account is not verified.
HTTP 400Accounts
ACCOUNT_NOT_VERIFIED
This account is not verified.
403
ACCOUNT_SUSPENDED
This account has been suspended.
HTTP 403Accounts
ACCOUNT_SUSPENDED
This account has been suspended.
409
ACCOUNT_ALREADY_TRACKED
This player's profile is private.
HTTP 409Accounts
ACCOUNT_ALREADY_TRACKED
This player's profile is private.
Player
404
PLAYER_NOT_FOUND
Player not found.
HTTP 404Player
PLAYER_NOT_FOUND
Player not found.
403
PLAYER_PRIVATE
This player's profile is private.
HTTP 403Player
PLAYER_PRIVATE
This player's profile is private.
403
PLAYER_FLAGGED
This account is unavailable.
HTTP 403Player
PLAYER_FLAGGED
This account is unavailable.
Authentication
401
NOT_LOGGED_IN
You are not logged in.
HTTP 401Authentication
NOT_LOGGED_IN
You are not logged in.
401
INVALID_TOKEN
Your login session is invalid.
HTTP 401Authentication
INVALID_TOKEN
Your login session is invalid.
400
INVALID_PRIVACY
Privacy seetings corrupt.
HTTP 400Authentication
INVALID_PRIVACY
Privacy seetings corrupt.
403
UNAUTHORIZED
Unauthorized request.
HTTP 403Authentication
UNAUTHORIZED
Unauthorized request.
Generic
500
INTERNAL_ERROR
An internal server error occurred.
HTTP 500Generic
INTERNAL_ERROR
An internal server error occurred.
400
INVALID_REQUEST
Invalid request.
HTTP 400Generic
INVALID_REQUEST
Invalid request.
429
RATE_LIMIT
Too many requests. Please try again later.
HTTP 429Generic
RATE_LIMIT
Too many requests. Please try again later.
Error codes describe the application-level result returned by the API. The HTTP status code describes the HTTP response itself.
