General Errors

The errors you might get while authenticating against the API

Error map

Error messageStatusDescriptionDetails
Invalid attributes.400You sent in a parameter that doesn't exist, isn't correct for the endpoint you're using, or has a bad value.
Invalid payload400The payload you sent is missing OR it cannot be json decoded.
Method not allowed400The endpoint exists but not for this HTTP method, for example you DELETE /webhooks instead of GET.
Resource not found400You requested a resource (video, live stream, etc.) that doesn't exist at all or that doesn't belong to your project.
Server error500
Unrecognized request url400You send a request to an endpoint that doesn't exist at all, for example GET /foobar.
webhook-limit-reached400You have too many webhooks.