Errors

Every failed request comes back with one of the status codes below. The response body carries the details; the status code tells you whether retrying is worth it.

Error CodeMeaning
400Bad Request -- Your request is invalid.
401Unauthorized -- Your access token is no longer valid.
403Forbidden -- The resource is only available to moderators or the streamer.
404Not Found -- The specified resource could not be found.
429Too Many Requests -- You're sending too many requests, try again later.
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.