---
title: "Apply the reviewed decisions of an onboarding batch (admin only)"
method: POST
path: "/api/admin/network-onboarding/batches/{batchId}/apply"
tags: ["Administration/Network Onboarding"]
---

# Apply the reviewed decisions of an onboarding batch (admin only)

`POST /api/admin/network-onboarding/batches/{batchId}/apply`

Queues creation and linking for every MATCH/CREATE row, or just the rows given in rowIds. Safe to re-run: rows already applied are skipped.

## Path parameters

- `batchId` string, required

## Request body

- object
  - `rowIds` string[]

## Response `202`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `batchId` string, required
    - `queuedRowCount` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-19** `706a9c7b5703` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/admin/network-onboarding/batches/:batchId/apply/post.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/1df37791a1bb/schema)
