Companies
Create company
Create a new company. Authentication required.
POST
/
companies
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredRequired string length:
1 - 255
domain
string
requiredRequired string length:
1 - 63
segments
string[]
autoAdd
boolean
default: falseResponse
200 - application/json
The response is of type any
.