Skip to main content
Best answer

Can I get FreshBooks access token to use in custom GET/POST request?


  • Beginner
  • 3 replies

Hello, Zapier experts!

I am creating a zap that uses the FreshBooks integration.

I need to duplicate an Estimate, but there is no such functionality provided out of the box by Zapier.

I would like to invoke FreshBooks API directly using custom step - either run Java Script or Webhooks.

Is it possible to use the access token, that Zapier already has, in the custom step?

Thanks!

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @pniv 

Q: Is it possible to use the access token, that Zapier already has, in the custom step?

A: No, you’ll need to get and add an access token to your API request.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30995 replies
  • Answer
  • February 5, 2022

Hi @pniv 

Q: Is it possible to use the access token, that Zapier already has, in the custom step?

A: No, you’ll need to get and add an access token to your API request.


  • Author
  • Beginner
  • 3 replies
  • February 5, 2022

Thank you, @Troy Tessalone !

I am reading the FreshBooks documentation on how to get that token:

https://www.freshbooks.com/api/authentication

If I understand correctly, I need to generate Refresh Token (that lives forever) and use that in my zap. Is this correct?


Troy Tessalone
Forum|alt.badge.img+14

@pniv 

App APIs can have different authentication requirements, so best to default to the app’s provided API documentation related to authentication.