Skip to main content
POST
/
api
/
submissions
/
bulk_action
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "processed": 123,
  "failed": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Body

application/json
action
enum<string>
required
Available options:
archive,
resend
submission_ids
integer[]
required

Response

200 - application/json

Bulk action result

success
boolean
processed
integer
failed
integer