Transfer Batches
Retrieve a Transfer Batch
GET

/api/v2/transfer-batches/{transfer_batch_id}

client_id*
api_key*
curl --request GET \
  --url https://api.senddotssandbox.com/api/v2/transfer-batches/{transfer_batch_id} \
  --header 'Authorization: Basic username:password'

Authorizations

Authorization[header]required
string

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

transfer_batch_idrequired
string

Id of the transfer batch to fetch

Response

id
string
items
array
metadata
object
status
string
Available options:
completed,
pending