Company ID
Use Company ID
In WebApi service requests, you can specify the following parameters:
- user: application user name
- company: work company id (mandatory in functional calls)
These parameters should be added to the URL using the standard syntax:
GET: http://{server}:{port}/api/v1/{scope}/{module}/{resource}/0?user=TeamSa&company=1
Note: If the parameters are not specified, the ones defined by the user during the authentication configuration of the service will be used.
Why do I need the company ID?
The company is key for the TSE in Cloud API to understand which company you are referring to when you make a request. This is why you need to specify the company ID in the URL. Exceptions are calls that do not require a company_id, such as the call to obtain the authentication token.
How to get the company ID
The company ID is provided by the TSE in Cloud API when you create a new company. The id is unique and is assigned to the company when it is created. The id is visible into Company Management section into WebApp Form.

Click this menu item to view list of company and related ID.