cURL
curl --request POST \ --url https://productlane.com/api/v1/companies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "domain": "<string>", "segments": [ "<string>" ], "autoAdd": false }'
"<any>"
Create a new company. Authentication required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any