API documentation
Method list
Test your request
Changelog


getInventoryIntegrations
The method returns a list of integrations where text values in the catalog can be overwritten. The returned data contains a list of accounts for each integration and a list of languages supported by the integration


Input parameters
inventory_idintCatalog ID. The list of identifiers can be retrieved by the getInventories method (inventory_id field).



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
integrationsarrayA list containing information about the integrations, where the code of the integration is the key. The value is an array containing the fields listed below.
| - langsarrayAn array of two-letter codes for the languages supported by a given integration, e.g. ["en", "de"].
| - accountsarrayList of connected accounts of a given integration, where the key is the account identifier and the value is the account name.



Sample
Input data:
Output data:
A sample request in PHP: