The Webhooks v3 API relies on standard HTTP status codes when returning errors. For example, if you try to connect to a webhook subscription without including a valid administrative access token, you'll get back a 403 Forbidden
error and an error message similar to this:
{
"errors": "Forbidden"
}
Errors and error messages you might encounter when using the Custom Providers APIs are described in subsequent sections of this document.