---
title: "Launch import job by code"
method: POST
path: "/api/rest/v1/jobs/import/{code}"
tags: ["Jobs"]
---

# Launch import job by code

`POST /api/rest/v1/jobs/import/{code}`

This endpoint allows you to launch an import job by code.

## Path parameters

- `code` string, required

## Request body

- object
  - `import_mode` string — Change the import mode for this job by overriding the profile value. Available values are: <em>create_only</em>, <em>update_only<em> and <em>create_or_update</em>

## Response `200`

OK

## Other responses

- `400` — Bad request
- `403` — Access forbidden
- `404` — Resource not found
- `422` — Unprocessable entity

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
