docs
  1. Admin Api
  2. Resources
  3. Companies
  4. Create A New Company

Create a new company

Create a new company

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
name
  • required
  • MinLength: 1
string
Example:
My Company

Responses

201
Company was successfully created.
application/json
Success
id
integer
Example:
1
namerequired
string
Example:
My Company
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST/companies

Request samples

Response samples

201
Company:
Content type: application/json
Provide Feedback