Skip to main content
POST
Batch create passes

Authorizations

Authorization
string
header
required

API key authentication. Include your API key as a Bearer token.

Example: Bearer sk_prod_xxxxxx

Get your API key from the Stell Dashboard.

Body

application/json

Request to batch create multiple passes.

passes
object[]
required

Array of passes to create (1-1000 items)

Required array length: 1 - 1000 elements
programId
string
required

ID of the program to create passes for (all passes in batch use the same program)

Minimum string length: 1
options
object

Batch processing options

Response

201 response

Response from batch pass creation.

data
object
required

Batch creation summary and per-pass results

requestId
string
required

Unique request identifier for debugging

Pattern: ^[0-9A-Z]{26}$