Company

Create a company

Create a company

post/api/v1/company

Request body

namestring required

The name of the company

descriptionstring nullable

The description of the company

websitestring nullable

The website of the company

contactEmailstring nullable

The contact of the company

phonestring nullable

The phone number of the company

telegramAccountstring nullable

The telegram account of the company

Example request

{
  "contact_email": "example@ex.com",
  "description": "A leading company in tech innovation, specializing in AI and IoT solutions.",
  "name": "Tech Innovators Inc.",
  "phone": "+1234567890",
  "telegram_account": "@techinnovators",
  "website": "https://www.techinnovators.com"
}

Response

Resource created successfully.

detailstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.