API DOCUMENTATION
    Try Unleashed Now Sandbox

    Accounts

    • The Accounts resource allows you to view financial accounts.

    • /Accounts returns a page of accounts with codes, names, and account types.

    • The pageNumber parameter can be used to view the requested page with 200 records displayed. For example: /Accounts/2.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List all accounts. GET /Accounts

    GET Accounts

    Available Fields for Accounts:

    Field Type Length Notes
    AccountCode String 50  
    AccountName String 500  
    AccountType AccountType   Can be either Sales, Cost of Goods Sold, or Expenses.

    Examples for Response GET /Accounts

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.