Skip to main content
POST
/
api
/
v1
/
batches
/
{id}
/
send-now
Send batch now
curl --request POST \
  --url https://api.passentry.com/api/v1/batches/{id}/send-now \
  --header 'Authorization: Bearer <token>'
{
  "success": "Scheduled batch cancelled and batch sent now"
}

Documentation Index

Fetch the complete documentation index at: https://docs.passentry.com/llms.txt

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

Best practices

After creating a wallet messaging batch, it sits in validating while we verify the recipients and payload. Poll GET /api/v1/batches/{id} until the status leaves validating before calling send-now.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Batch ID

Response

Successful

success
string