Number of APIs: 7
1. Create Batch
POST {{host}}/v3/batches?api_key={{api_key}}
2. List batches
GET {{host}}/v3/batches?api_key={{api_key}}
GET {{host}}/v3/batches/240358?api_key={{api_key}}
4. GET batches/:id/configuration
GET {{host}}/v3/batches/{{batch_id}}/configuration?api_key={{api_key}}
5. POST batches/:id/configuration
POST {{host}}/v3/batches/{{batch_id}}/configuration?api_key={{api_key}}
POST {{host}}/v3/batches/archive/?api_key={{api_key}}
POST {{host}}/v3/batches/unarchive/?api_key={{api_key}}
ENDPOINTS