Skip to main content
POST
/
v1
/
buckets
/
{bucket_identifier}
/
batches
/
submit-all
Submit All Draft Batches
curl --request POST \
  --url https://api.mixpeek.com/v1/buckets/{bucket_identifier}/batches/submit-all \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket_identifier
string
required

The unique identifier of the bucket.

Response

Successful Response

The response is of type Response Submit All Drafts V1 Buckets Bucket Identifier Batches Submit All Post · object.