---
title: "Create a journal"
method: POST
path: "/api/external/v2/journals"
tags: ["Journals"]
---

# Create a journal

`POST /api/external/v2/journals`

Create a journal

> ℹ️
> This endpoint requires the following scope: `journals:all`

## Request body

- object
  - `code` string, required — 2 to 5 letters that represents the journal
  - `label` string, required — Label that describes the journal

## Response `201`

Returns the created journal

- object
  - `code` string, required
  - `id` integer, required
  - `label` string, required
  - `type` string, required

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found
- `422` — Unprocessable content

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
