This article is part of this article serie:
API Best Practices - IntroductionThis article serie will guide you through the process of connecting to Twinfield's API using OAuth 2.0.
Good to know: Are you new to OAuth 2.0? Please read this article for more information:
What is OAuth 2.0?Good to know: We've added a Postman collection in the attachment of this introduction article.
How does it work?
Connecting to Twinfield's API is as simple as:
- Registering your application at Twinfield's developers portal.
- Asking the end user for permission.
- Obtaining an access token to be able to process and/or request data.
Getting started
There are two authorization flows you can use. These are called Authorization code and Implicit. Please read this article to understand the difference between the two:
Difference between authorization code flow and implicit flowDid you choose for the authorization code flow? Then you have to follow these steps:
Did you choose for the implicit flow? Then you have to follow these steps:
Frequently asked questions
Known errors
Continue reading
You can find our complete API documentation here:
https://accounting.twinfield.com/webservices/documentation/#/
Need some help?
If you still need help after reading these articles, please contact Twinfield's support team by logging in to the Twinfield Developers Portal at
https://developers.twinfield.com . From there you can create a support ticket.