Publish callback error
POST/v1/callback/error
Rate limit
16 requests per minuteThis is the generalized callback error that should be used to return failures for all webhooks, unless otherwise specified. See failed event flow for details.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
The callback error was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.