{
"company": {
"id": 1
}
}
This endpoint is used to create a new company. In order to authenticate the request, a valid OAuth2 token must be provided. The token must have the companies:all
scope and be generated with client_credentials
grant type.
{
"company": {
"id": 1
}
}
Company created
The response is of type object
.