Error Webhook

Endgrate will POST to this webhook whenever an error occurs. This endpoint is useful if you want to get error information without polling the GET api/errors endpoint.

Payload
boolean
string
string
string
string
string
string
enum

The internal error type indicates a problem with the internal Endgrate server. The transfer_data error type indicates a problem with your transfer data. The upstream error type indicates a problem with the upstream integration provider. The authentication error type indicates a problem with the user authentication credentials.

Allowed:
boolean
endgrate
object
warn
array of strings

A list of developer warnings for the specified request, if applicable.

warn
boolean

Whether or not there have been errors on this transfer.

string

The internal ID of the transfer data that errored, if provided by the developer (push transfers only).

integer

The index of the transfer data that errored (push transfers only).

Response
200

Acknowledgement that the error information was received successfully

LoadingLoading…