- Accounts Module
- Authentication
- Permessions
- User
- Jobs
- Business
- Branches
- Activities
- Standard Catlog
- Agents
- Employees
- Payslips
- get_user_from_token
- get_cash_account
- Notification Send Using Firebase
- add_log
- user_company
- business_users
- all_companies
- Suppliers And Customers
- New Request
- add_store_keeper
- currencies_list
- get_one_customer
- show_multi_jobs
- one_service
- get_cash_account
- user_sub_modules
- employee_password_update
- Ecommerce Module
- Catalog
- Product Prices
- All Product Prices
- All Number Product Prices
- One Product Prices
- One Product With Prices
- Add Product Price
- Add Product Main Price
- Edit Product Main Price
- Edit Product Price
- Delete Product Build
- Edit Product Main Price
- Add Product Price Group
- Product Price Groups
- Edit Product Price Group
- Check If Catalog Has Price
- Units
- Orders
- Save Abandoned Order
- Save Or Update to Abandoned Order
- Change Abandoned Order Status
- Change Payment Method And Status In Order
- Change Item Qty Or Remove
- Display Abandoned Order
- Display Total Price Of The Order
- Display User Order List
- Display User Orders List V2
- All Orders
- All Orders Daily
- Order Details
- Unpaid Order List
- Create New Order
- Display One Order With Details If No sales_order_id
- Update reservation_id In Order
- Order Shipping Methods
- Order Payment Methods
- Order Status
- Order Payment Status
- Order Shipping Status
- Post Or Update Order Fields
- Add Items To Order
- Edit Order Item Fields
- Delete Order Item
- Update Order And Item
- Update Order Item Delivery Note
- Update Payment Status
- Create New Order V2
- Update employee_id In Order
- Check Order And Item
- Update Order Status V2
- Cancel Reservation And Employee In Order Item
- Update Order Invoice Id
- Get Order Status
- Standard Products
- LFM
- Reviews
- Barcodes
- Attributes
- Distenations
- Inventory And Showroom
- Inventories
- Inventories_v2
- Inventories List
- Add Inventory Item
- Inventory Item List
- Transfer Orders
- Add Trancfered Order
- Transfer Order And Items
- Inventory Requests List
- Inventory Transfers Transactions
- One Transfers Transaction
- Save Transfers Transaction
- Available_Items
- New Inventory Transfers
- Transaction Items
- Save Transaction Items
- Inventory Item List_111
- validate Inventory Or POS Session
- Inventory Category
- Showroom
- Showroom Category
- Audit Sessions
- Venues
- Discounts
- Locations
- Favourites
- Galleries
- Banner
- News
- Pages
- Catalog Comments
- Artist
- HR Module
- employees
- employees
- employee
- employee By User Id
- select employee
- employees_have_same_skill
- array_of_employees_have_same_skill
- employees/reduce
- trashed employees
- POST/ add employee
- employee_bulk
- update_employee
- delete employee
- get user profile
- get Reservation Count
- get Trainer Employees
- update Occupation Id
- update Main Profile
- employees Have Service Skills
- employee Fingerprint Locations
- employees bulk Activation
- Add Accounts User
- skills
- administration
- sections
- employee - vacation
- residence-status
- contracts
- departments
- payslips
- settings
- setting - payrole
- settings - schedule tiems
- settings - vacations
- employee - measure
- employee - measure - status
- penalties
- loan
- employees v2
- payslip v2
- will delete
- settings-infractions
- Agreements
- Settings agreement status
- Settings agreement invoices status
- Entry and Exit
- Logs
- Requests
- Audits
- GET/business_id
- test
- employees
- Calendar Module
- Calendars
- Calendar Working Hours
- Calendar Vacations
- Calendar Break
- Calendar Tours
- Attendances
- get Attendances
- get One Attendance
- get Customer Attendances
- get Customer Bookings
- get Customer Booked Bookings
- get Tout Category Customer Ids
- add New Attendance
- update Attendance
- update Multi Attendances
- change Customer Tour Status
- auto Mark Not Attended Tours
- decrypt QR
- show QR Code
- get Attendances Dates and times
- get Attendances Times By Dates
- get Categories Attendance By Tour Copy
- delete Attendance Item
- Events
- Services
- Default Calendar
- Reservtions
- BI
- Customers
- company_branches
- business_employees
- get available_specialists
- get pos_available_specialists
- Accounting Module
- payslips
- business_v4
- Production Orders
- Divisions
- Gateways
- Branches
- Countries
- Add invoice
- Employees_invoice_paymanet
- Payslip items
- Authentication
- Accounts Totals
- Journal Totals
- Account logs
- Modules
- Taxes
- Inventory items
- Cash And Bank Accounts
- Customers And Suppliers
- Payments Recipts
- Accounts
- Journal entries
- Inventory Locations
- Good Receipts
- Delivery Notes
- Purchase invoices
- Sales invoices
- Special Accounts
- Capital Accounts
- Fixed Assets
- Businesses
- Accounting_APIs_v4
- Sales invoices
- SalesQuotes
- SalesQuotes Copy
- SalesOrders
- CustomersAPis
- Currencies
- BankCashAccounts
- Refund
- v5
- Customers Or Suppliers
- Bank And Cash Accounts
- Inter Account Transfers
- Payment And Receipt
- Sales Invoices
- Chart Accounts
- Currency
- Send MailsPOST
- get_customer_cat_by_idGET
- check_business_tax_requiredGET
- CRM Module
- Managment Module
Get All Foreign Currencies
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v5/currencies
Last modified:2025-05-13 09:39:38
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v5/currencies?keyword' \
--header 'user-token: ' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'lang: en'
Response Response Example
{
"current_page": 1,
"data": [
{
"id": 331,
"uuid": "13eff417-007c-485e-a348-410315665a01",
"business_id": 259,
"template_currency_id": 126,
"name": "Saudi Riyal",
"code": "SAR",
"type": "1",
"symbol_url": "http://127.0.0.1:8000/symbols/sa.svg",
"created_at": "2025-05-11T13:51:37.000000Z",
"updated_at": "2025-05-11T13:51:37.000000Z"
},
{
"id": 329,
"uuid": "48da966f-e324-4b6c-89f6-20cb260416e9",
"business_id": 259,
"template_currency_id": 48,
"name": "Egyptian Pound",
"code": "EGP",
"type": "1",
"symbol_url": "http://127.0.0.1:8000/symbols/eg.svg",
"created_at": "2025-05-11T13:50:08.000000Z",
"updated_at": "2025-05-11T13:50:08.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v5/currencies?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v5/currencies?page=1",
"links": [
{
"url": null,
"label": "« السابق",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v5/currencies?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "التالي »",
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v5/currencies",
"per_page": 12,
"prev_page_url": null,
"to": 2,
"total": 2
}
Request
Query Params
keyword
string
optional
Header Params
user-token
string
required
Example:
{{user_token}}
secure-business-key
string
required
Example:
{{secure_business_key}}
lang
string
optional
Example:
{{lang}}
Body Params multipart/form-data
object {0}
Responses
🟢200Success
application/json
Body
current_page
integer
required
data
array [object {10}]
required
id
integer
required
uuid
string
required
business_id
integer
required
template_currency_id
integer
required
name
string
required
code
string
required
type
string
required
symbol_url
string
required
created_at
string
required
updated_at
string
required
first_page_url
string
required
from
integer
required
last_page
integer
required
last_page_url
string
required
links
array [object {3}]
required
url
string | null
required
label
string
required
active
boolean
required
next_page_url
null
required
path
string
required
per_page
integer
required
prev_page_url
null
required
to
integer
required
total
integer
required
status
boolean
required
message
string
required
errors
array[string]
required