Companies
Create company
Create a new company to which the authentication token will have access to.
POST
/
v1
/
companies
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredCompany name.
address
object
requiredAddress of the default invoicing entity
Response
201 - application/json
id
string
requiredCompany ID.
name
string
requiredCompany name.
logo_url
string | null
requiredLogo URL of the default invoicing entity.
favicon_url
string | null
requiredFavicon URL of the default invoicing entity.
address
object
requiredAddress of the default invoicing entity
Was this page helpful?