---
title: "Migrate all lists, tasks etc. from todoist"
method: POST
path: "/migration/todoist/migrate"
tags: ["migration"]
---

# Migrate all lists, tasks etc. from todoist

`POST /migration/todoist/migrate`

Migrates all projects, tasks, notes, reminders, subtasks and files from todoist to vikunja.

## Request body

- TodoistMigration
  - `code` string

## Response `200`

A message telling you everything was migrated successfully.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `500` — Internal server error

---

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