Batches
Schedule batch
Schedule a batch for calling via agent
POST
/
batches
/
{batch_id}
/
schedule
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch
Body
multipart/form-data
The scheduled date and time in ISO 8601 format with time zone
Response
200 - application/json
The response is of type any
.
Was this page helpful?