---
title: "Bulk import charge points from a CSV file"
method: POST
path: "/api/v1/charge-points/bulk/import"
tags: ["Charge Points"]
---

# Bulk import charge points from a CSV file

`POST /api/v1/charge-points/bulk/import`

Imports charge points from a CSV file (`charge_point_identifier`, `charge_point_name`). Returns 204 once the import job is queued; the actual import runs asynchronously and emails the supplied user. Required scope: `charge-points:write` </br>Organization authorization: `supported`

## Request body

- object
  - `file` string, binary, required
  - `teamId` integer
  - `userId` integer
  - `siteId` integer
  - `chargePointModelId` integer
  - `maxKw` number, double

## Response `204`

Import queued

## Other responses

- `400` — Invalid file or import already in progress
- `401` — Consumer with provided credentials was not found
- `403` — Caller does not have access to the team
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
