Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,


Does any body have FreshBooks API. I did googling but I didn't find it.
Posted

Have you looked at below link?

http://developers.freshbooks.com/
 
Share this answer
 
v2
Comments
gnrchinna 2-Sep-11 4:54am    
Yes...
I want API to connect freshbooks from my application...
gnrchinna 2-Sep-11 4:55am    
Thank for reply...
krishnakanthN 7-Feb-13 6:07am    
Can you please provide a sample code in C# for getting emails from Freshbooks using API auth.
You mean this right,

http://developers.freshbooks.com/[^]

The API calls are documented to the right hand side
 
Share this answer
 
Comments
gnrchinna 2-Sep-11 4:56am    
Thanks for reply...
I have seen that. But, I need an API to connect freshbooks through my application...
Reshma Wagh 10-Sep-13 1:36am    
How I establish test connection with the secure API?
Dylan Morley 2-Sep-11 4:59am    
Sample applications, sample code, client libraries are all on their site

http://developers.freshbooks.com/sample-code/

You do understand how this works don't you? The API is essentially a set of web methods that are linked to your account.

"The FreshBooks API is an interface for accessing your FreshBooks account data using HTTP and XML. The API makes it easy to create web and desktop applications that integrate with your account. "

There will be a service URL for your account

"The FreshBooks API has a single point of entry, derived from your account URL:
https://sample.freshbooks.com/api/2.1/xml-in

Please note the use of https:// in the URL above. All FreshBooks API communication is encrypted over HTTPS. Any non-secure requests are automatically rejected, so we recommend establishing a test connection with the secure API entry point before sending sensitive data. "

So, you can access all the methods described by the API from your account details
krishnakanthN 7-Feb-13 5:35am    
Can you please provide a sample code in C# for getting emails from Freshbooks using API auth.
Can you please provide a sample code in C# for getting emails from Freshbooks using API auth.
 
Share this answer
 
Comments
SoMad 7-Feb-13 7:15am    
This is not the way to get an answer to your problem. You should post your own question.

Soren Madsen
krishnakanthN 7-Feb-13 7:22am    
Hi Soren,

My task is to grab emails from freshbooks using API for this i need a sample code in C#.


Regards
Krishnakanth

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900