The errors you might get while authenticating against the API
Error map
Error message | Status | Description | Details |
---|---|---|---|
Invalid attributes. | 400 | You sent in a parameter that doesn't exist, isn't correct for the endpoint you're using, or has a bad value. | |
Invalid payload | 400 | The payload you sent is missing OR it cannot be json decoded. | |
Method not allowed | 400 | The endpoint exists but not for this HTTP method, for example you DELETE /webhooks instead of GET. | |
Resource not found | 400 | You requested a resource (video, live stream, etc.) that doesn't exist at all or that doesn't belong to your project. | |
Server error | 500 | ||
Unrecognized request url | 400 | You send a request to an endpoint that doesn't exist at all, for example GET /foobar. | |
webhook-limit-reached | 400 | You have too many webhooks. |