---
title: "Bulk onboard endpoints with subscriptions"
method: POST
path: "/v1/projects/{projectID}/onboard"
tags: ["Onboard"]
---

# Bulk onboard endpoints with subscriptions

`POST /v1/projects/{projectID}/onboard`

This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions

## Path parameters

- `projectID` string, required

## Query parameters

- `dry_run` boolean

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` ModelsBulkOnboardDryRunResponse
    - `errors` ModelsOnboardValidationError[]
      - `field` string
      - `message` string
      - `row` integer
    - `total_rows` integer
    - `valid_count` integer

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-04-21** (v3) `743b89d7f7d3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/onboard/post.md)

---

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