GET
/
v1
/
api
/
batches
/
{batchId}
Get batch details (stub)
curl --request GET \
  --url https://backend.blooio.com/v1/api/batches/{batchId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header as Bearer YOUR_API_KEY.

Path Parameters

batchId
string
required

Unique identifier of a batch.

Response

501

Not implemented