Companies/Entities
Create a new company
Create a new company to use as an entity that you manage
post/v1/companies
Request body
Example request
{
"name": "John Doe"
}Response
The new Company object
Example response
{
"data": {
"id": "c_qaz2wsxx",
"name": "Test Company"
}
}