Misfitz Logo

STATS TRACKER

The only working tracker

API Documentation

ERROR CODES

Reference all response codes returned by the Misfitz Statz API. Search by HTTP status, error code or message.

23 results
Success
HTTP 200Success
OK
Success.
HTTP 200Success
VERIFICATION_STARTED
Verification started.
HTTP 200Success
VERIFICATION_SUCCESS
Verification completed successfully.
HTTP 200Success
VERIFICATION_CANCELLED
Verification cancelled.
Verification
HTTP 404Verification
NO_ACTIVE_VERIFICATION
No active verification found.
HTTP 409Verification
VERIFICATION_RUNNING
You already have an active verification.
HTTP 400Verification
VERIFICATION_FAILED
Verification requirements were not met.
HTTP 410Verification
VERIFICATION_EXPIRED
Verification has expired.
Accounts
HTTP 409Accounts
ACCOUNT_ALREADY_VERIFIED
This account is already linked to another Discord account.
HTTP 403Accounts
ACCOUNT_NOT_OWNED
This account does not belong to you.
HTTP 400Accounts
ACCOUNT_NOT_VERIFIED
This account is not verified.
HTTP 403Accounts
ACCOUNT_SUSPENDED
This account has been suspended.
HTTP 409Accounts
ACCOUNT_ALREADY_TRACKED
This player's profile is private.
Player
HTTP 404Player
PLAYER_NOT_FOUND
Player not found.
HTTP 403Player
PLAYER_PRIVATE
This player's profile is private.
HTTP 403Player
PLAYER_FLAGGED
This account is unavailable.
Authentication
HTTP 401Authentication
NOT_LOGGED_IN
You are not logged in.
HTTP 401Authentication
INVALID_TOKEN
Your login session is invalid.
HTTP 400Authentication
INVALID_PRIVACY
Privacy seetings corrupt.
HTTP 403Authentication
UNAUTHORIZED
Unauthorized request.
Generic
HTTP 500Generic
INTERNAL_ERROR
An internal server error occurred.
HTTP 400Generic
INVALID_REQUEST
Invalid request.
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.