Getting Started with the API¶
The Firebird API enables 3rd party software to access published data within your project.
For more information on Published data, see Understanding Published Data
There are three steps to gain access to the data:
- Create API Client in your project to get a Client Id.
- Authenticate using your Client Id to get an Access Token
- Fetch Data from your project using the Access Token.