FreshBooks is a cloud-based accounting software service designed for owners of the types of small client-service businesses that send invoices to clients and get paid for their time and expertise. The FreshBooks API is an interface for accessing FreshBooks account data using HTTP and XML.
Questions tagged [freshbooks-api]
18 questions
0
votes
2 answers
How to authenticate to Freshbooks API using Flex?
I am new to Flex (FLex Builder 3.0), and I'm creating a simple application that would basically just authenticate to the Freshbooks API (www.freshbooks.com) via HTTPS. without sending anything else.
Here's what I have so far:

Katsupoy
- 75
- 1
- 4
0
votes
2 answers
Freshbooks API show details
I am using the php library from here and I have a small problem.
To get some info for a invoice 118868, I can do this
invoiceGet($invoice_id);
print_r($invoice);
?>
This is the output for…

Emerson F
- 805
- 3
- 9
- 17
-1
votes
2 answers
Freshbooks API Call from Django View
How to make a HTTPS call from inside a Django view? I am trying to call the freshbooks api from django view but failed to do so as it gives me the following error. Unable to find the server at https.
Kindly help.

Ali Kazi
- 124
- 4