- drafts
- test 23
- Welcome
- Getting Started
- Authorization
- OverView
- Sample APIs
- Client
- Product
- Category
- Invoices
- Clients
- Products
- Suppliers
- Taxes
- General Listing
- Site Info
- Staff
- Authentication
- Api V2
- Last
- Full Version
- Invoices
- Estimates
- Credit Notes
- Refund Receipts
- Purchase Orders
- Purchase Refunds
- Clients
- Suppliers
- Staff
- Client Attendance
- Client Appointments
- Invoice Appointments
- Estimate Appointments
- Work Order Appointments
- Notes
- Products
- Time Tracking
- Work Orders
- Product Categories
- Taxes
- Invoice Payments
- Client Payments
- Expenses
- Incomes
- Stores
- Treasuries
- Stock Transactions
- Journals
- Journal Accounts
- Journal Categories
- Follow Up Statuses
- Follow Up Actions
- General Listing
- Site Info
- Authentication
- Documentation
- tests
- Authentication
- Site Information
- Invoices
- Estimates
- Credit Notes
- Purchase Orders
- Purchase Refunds
- Clients
- Suppliers
- Products
- General Listings
- Edit Estimate
- Delete Estimate
- Edit Credit Note
- Delete Credit Note
- Edit Refund Receipt
- Delete Refund Receipt
- Edit Purchase Order
- Delete Purchase Order
- Edit Purchase Refund
- Delete Purchase Refund
- Edit Client
- Delete Client
- Edit Supplier
- Delete Supplier
- Edit Product
- Delete Product
- Docs
- Untitled Doc
- Invoices
- Estimates
- Credit Notes
- Refund Receipts
- Purchase Orders
- Purchase Refunds
- Clients
- Suppliers
- Staff
- Client Attendance
- Client Appointments
- Invoice Appointments
- Estimate Appointments
- Work Order Appointments
- Notes
- Products
- Time Tracking
- Work Orders
- Product Categories
- Taxes
- Invoice Payments
- Client Payments
- Expenses
- Incomes
- Stores
- Treasuries
- Stock Transactions
- Journals
- Journal Accounts
- Journal Categories
- Follow Up Statuses
- Follow Up Actions
- General Listing
- Site Info
- Authentication
- Documentation
- ttt
- Authentication
- Site Information
- Invoices
- Estimates
- Credit Notes
- Purchase Orders
- Purchase Refunds
- Clients
- Suppliers
- Products
- General Listings
- Edit EstimatePUT
- Delete EstimateDELETE
- Edit Credit NotePUT
- Delete Credit NoteDELETE
- Edit Refund ReceiptPUT
- Delete Refund ReceiptDELETE
- Edit Purchase OrderPUT
- Delete Purchase OrderDELETE
- Edit Purchase RefundPUT
- Delete Purchase RefundDELETE
- Edit ClientPUT
- Delete ClientDELETE
- Edit SupplierPUT
- Delete SupplierDELETE
- Edit ProductPUT
- Delete ProductDELETE
- Authentication
GET Site Info
Prod Env
{{subdomain}}/api2
Prod Env
{{subdomain}}/api2
GET
{{subdomain}}/api2
Last modified:2025-04-20 12:10:30
Maintainer:Not configured
{
"result": "success",
"code": 200,
"data": {
"site_id": 12345,
"site_name": "Your Company Name",
"timezone": "UTC",
"date_format": "Y-m-d",
"time_format": "H:i:s",
"currency": "USD",
"language": "en",
"modules": [
"invoices",
"estimates",
"clients",
"inventory",
"accounting"
],
"version": "5.2.1"
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{subdomain}}/api2/api2/site_info.json'
Response Response Example
{
"result": "success",
"code": 200,
"data": {
"site_id": 12345,
"site_name": "ACME Corporation",
"timezone": "America/New_York",
"date_format": "Y-m-d",
"time_format": "H:i:s",
"currency": "USD",
"language": "en",
"modules": [
"invoices",
"estimates",
"clients",
"inventory",
"accounting",
"crm",
"projects",
"timesheets"
],
"version": "5.2.1"
}
}
Request
None
Responses
🟢200Success Response
application/json
Body
result
stringÂ
required
code
integerÂ
required
data
objectÂ
required
site_id
integerÂ
required
site_name
stringÂ
required
timezone
stringÂ
required
date_format
stringÂ
required
time_format
stringÂ
required
currency
stringÂ
required
language
stringÂ
required
modules
array[string]
required
version
stringÂ
required