A set of instructions to help you begin
GET
) and make your request to your normal Zivio URL, adding /api/v3
(e.g. https://demo.zivio.com/api/v3
) and the endpoint that you would like to access.
For example, if you are trying to fetch all bank accounts, you would make a GET
request to https://demo.zivio.com/api/v3/bank_accounts
.
For more information, including the structure of the response for each endpoint, please see the api-reference section.