v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Companies

Create company

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

post/v1/companies

Request body

namestring required

Company name.

Example request

{
  "name": "Acme"
}

Response

idstring required

Company ID.

namestring required

Company name.

logo_urlstring nullable required

Logo URL of the default invoicing entity.

favicon_urlstring nullable required

Favicon URL of the default invoicing entity.

Example response

{
  "id": "cli_DKL4Xcb5VSa8CQ",
  "name": "Acme"
}