Completed Webhook

Endgrate will POST to this webhook whenever the transfer is completed. This is useful if you want to display a completion message to your users.

Payload
boolean
string
string
metadata
object

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

endgrate
object
boolean

Success flag indicating the transfer has completed.

Response
200

Acknowledgement that the completion data was received successfully

LoadingLoading…