Logo
3Play V3 API API Documentation

Folders (batches)

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}}



3. GET batches/:id

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}}



6. POST batches/archive

POST {{host}}/v3/batches/archive/?api_key={{api_key}}



7. POST batches/unarchive

POST {{host}}/v3/batches/unarchive/?api_key={{api_key}}



ENDPOINTS