Pull Data Webhook

Endgrate will POST to this webhook whenever new data is received for pull transfers. This is useful if you want to get transfer data without polling the GET api/pull/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…