To visit the old Ventura website, click here.
Ventura Wealth Clients

Help topics

How are responses formatted in EaseAPI?

Endpoints typically return JSON objects with fields such as status, data, order_id, and timestamp. Standard HTTP codes apply:

  • 200 – Success
  • 400 – Bad request
  • 401 – Unauthorized
  • 500 – Server error

Errors include a descriptive error_message to help you handle them in your code.

Related articles