Skip to main content
POST
/
bulk-transfers
/
{batch_id}
/
transfers
/
{id}
/
retry
Retry failed but retryable transfer
curl --request POST \
  --url https://api.example.com/bulk-transfers/{batch_id}/transfers/{id}/retry
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

batch_id
string
required

Bulk Transfer ID

id
string
required

Transfer ID

Response

Accepted