Import persons via a .csv file.

POST /import/csv/persons

Responses

  • 201

    The lists of imported persons.

  • 400

    The .csv file is not properly formatted.

POST /import/csv/persons
curl \
 -X POST http://localhost:8080/api/import/csv/persons \
 -H "Authorization: $API_KEY"