Path: blob/master/Agicap/Agicap_List_companies.ipynb
2973 views
Agicap - List companies
Tags: #agicap #companies #accountingsoftware #financialmanagement #businessmanagement #financetracking #budgetplanning #invoicing #expensetracking #businessinsights #dataanalysis
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-01-10)
Description: This notebook lists all the companies within Agicap with their IDs. Agicap is a powerful accounting software for managing your company's finances. It offers features such as expense tracking, budget planning, invoicing, and data analysis to help you make informed business decisions.
Input
Import libraries
Setup Variables
token
: Agicap api token Generate your token
Model
Retrieve Companies
Now you have generated your API Token, it's time to try it with your first API call. For this, we are going to start by calling the GET /companies endpoint that allows you to retrieve all the Companies linked to your Agicap account (through your API Token).