Push Data Webhook

Endgrate will POST to this webhook whenever returned data is received for push transfers. This is useful if you want to get returned data without polling the GET api/push/data endpoint.

Payload
boolean
string
string
metadata
object

The metadata from ${request.body#/data_webhook/metadata}.

endgrate
object
boolean

Whether or not the transfer has completed.

transfer_data
array of objects

Returned transfer data.

transfer_data
boolean

Whether or not there has been errors for the transfer.

Response
200

Acknowledgement that the data was received successfully

LoadingLoading…