-
Notifications
You must be signed in to change notification settings - Fork 0
API Usage Reference
simitben edited this page Apr 10, 2026
·
5 revisions
This page is the index for third-party integrators using SimBiz 6 API V3.
- Production example:
https://[xxx].simbiz.cloud/api/v3
All protected endpoints require:
Authorization: Bearer <token>x-uid: <uid>
Token endpoint:
POST /api/v3/token
For list filters such as updated_from and updated_to, use:
YYYY-MM-DD HH:MM:SS
| Page | Scope |
|---|---|
| Postman Collection (Download) | full API request set for import |
| Postman Environment (Download) | variable template for host/uid/secret/token |
| API-Usage-Auth-System | token and health |
| API-Usage-Business-Partner | business partner master data |
| API-Usage-Sales | sales documents |
| API-Usage-Purchase | purchase documents |
| API-Usage-Inventory | item and stock APIs |
| API-Usage-Customer-Service | support tickets |
| API-Usage-Accounting | accounting and reports |
| Topic | Standard |
|---|---|
| Pagination |
page, per_page
|
| Updated range filter |
updated_from, updated_to
|
| Organization filter by id |
organization_id / org_id
|
| Organization filter by code |
organization_code / org_code
|
| Detail endpoint behavior | does not require updated range filters |
- Download:
../postman/SimBiz6-API-V3.postman_collection.json../postman/SimBiz6-API-V3.postman_environment.json
- Import both files into Postman.
- Select environment
SimBiz6 API V3 - Default. - Set
secret, then runAuth and System > Get Token. - Continue testing module endpoints.