Companies

Load all companies in the instance

All companies in a particular instance can be loaded using the API. In the received information you will find their name, contact, etc.

Endpoint [GET] /System/Companies on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load a specific company in an instance

The API can be used to load one specific company according to its identifier in the given instance. In the received information you will find name, contact, etc.

Endpoint [GET] /System/Companies/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Last updated