Skip to main content
POST
/
api
/
v1
/
admin
/
batch
/
{batchId}
/
approve
Approve Batch
curl --request POST \
  --url https://waas-staging.embedly.ng/api/v1/admin/batch/{batchId}/approve \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 200,
  "message": "Batch approved successfully",
  "data": {
    "isSuccess": true,
    "message": "Batch has been approved",
    "batchId": "08ddaf4f-77d9-4336-8e62-358d622f09e9"
  }
}
batchId
string
required
The unique identifier of the batch.
{
  "statusCode": 200,
  "message": "Batch approved successfully",
  "data": {
    "isSuccess": true,
    "message": "Batch has been approved",
    "batchId": "08ddaf4f-77d9-4336-8e62-358d622f09e9"
  }
}