Skip to main content
POST
Create company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Company name.

Example:

"Acme"

address
object
required

Address of the default invoicing entity

Response

201 - application/json
id
string
required

Company ID.

Example:

"cli_DKL4Xcb5VSa8CQ"

name
string
required

Company name.

Example:

"Acme"

logo_url
string | null
required

Logo URL of the default invoicing entity.

favicon_url
string | null
required

Favicon URL of the default invoicing entity.

address
object
required

Address of the default invoicing entity