...
When an API request is sent, the system automatically returns up-to-date data from the 1C database in a convenient format (typically JSON). This enables integration with websites, CRM systems, customer portals, and other external services.
Please note that API integrations are available only in the classic (cloud) hosting environment — FirstBIT ERP software (i.e., not in the 1C:Fresh cloud subsystem, such as FirstBIT Accounting software) — and are implemented as paid, custom solutions based on specific business requirements.
Overview
In FirstBIT Software (ERP cloud environment), integration with external systems such as:
- itrix24
- Make (Integromat)
- corporate websites
- customer portals
- external CRM systems
- automation platforms
- BI tools
is possible through API access to the 1C database.
API integration allows external systems to:
- request master data
- retrieve document data
- receive balances
- synchronize transactions
- create new records
- update existing records
Availability of API in FirstBIT Software
API that API access is available only in: FirstBIT ERP cloud hosting environment (classic hosting).
...
Each integration request is reviewed individually by the FirstBIT implementation team or hosting provider.
Overview
API integration allows external systems to:
- request master data
- retrieve document data
- receive balances
- synchronize transactions
- create new records
- update existing records
Supported API Technologies in FirstBIT Software
...
- structured JSON exchange
- controlled access to business objects
- secure integration with external systems
- automation workflows
Typical use cases:
- Bitrix24 synchronization
- website catalog synchronization
- order import/export automation
- payment exchange automation
- stock synchronization
- customer portal integration
Custom API endpoints are created individually according to integration requirements.
Authentication Methods Supported by API
...
Standard authentication method supported in most integrations.Typically Typically used together with: Basic Basic Auth.
Basic Authentication
Supported by default for:
...
Optional security method configured by hosting provider.Allows Allows access only from approved IP addresses.
VPN Access
May be required if customer infrastructure security policy requires private network access.
Configured by hosting provider.
Token-Based Authentication
...
- Customer Orders
- Sales Invoices
- Purchase OrdersSupplier Invoices
- Payments received
- Payments issued
...
- customer balances
- supplier balances
- stock balances
- settlement balances
- accounting balances (optional configuration)
Supported API Operations
Depending on configuration, API supports:
| Operation | Availability |
|---|---|
| Read data | Supported |
| Create records | Supported (custom configuration required) |
| Update records | Supported (custom configuration required) |
| Delete records | Usually restricted |
Write access requires:
additional configuration
access rights setup
API Documentation Availability
Standard public API documentation is not provided because: each API integration is implemented as a custom technical solution.
However documentation can be prepared during integration project:
including:
- endpoint structure
- object structure
- field descriptions
- authentication method
- request examples
- response examples
After configuration, external systems can securely exchange data with FirstBIT Software through structured API endpoints.
...