---
title: "Create company"
method: POST
path: "/v1/companies"
tags: ["Companies"]
---

# Create company

`POST /v1/companies`

Create a new company to which the authentication token will have access to.

## Request body

- object
  - `name` string, required — Company name.

## Response `201`

- object
  - `id` string, required — Company ID.
  - `name` string, required — Company name.
  - `logo_url` string, nullable, required — Logo URL of the default invoicing entity.
  - `favicon_url` string, nullable, required — Favicon URL of the default invoicing entity.

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
