---
title: "Create Journey Application Batch"
method: POST
path: "/journeys/{journey_token}/batches"
tags: ["Journeys"]
---

# Create Journey Application Batch

`POST /journeys/{journey_token}/batches`

Create a batch of journey applications by passing in a list of entities, grouped into different applications
by the multi_entity_application_batch_key that can be optionally supplied for each entity

## Path parameters

- `journey_token` string, required

## Headers

- `alloy-sandbox-use-webhooks` boolean
- `alloy-bypass-formatter` boolean

## Parameters

- `#/paths/~1journeys~1%7Bjourney_token%7D~1schema/parameters/1` — unresolved $ref

## Request body

- object

## Response `202`

Success

- object
  - `journey_batch_status` 'pending' | 'complete' | 'failed' | 'pre_run' — Current status of batch
  - `journey_batch_token` string — Unique identifier for newly created batch
  - `_links` object
    - `self` object
      - `href` string — Link to journey batch
  - `error` string

## Other responses

- `400` — Request Body Failure
- `401` — unresolved $ref
- `404` — unresolved $ref
- `409` — Resource Conflict
- `429` — unresolved $ref
- `500` — unresolved $ref
- `503` — unresolved $ref

---

[API](https://skmtc.net/alloy/apis/alloy-api.md) · [All operations](https://skmtc.net/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
