Marketplace
Fireapis offers functionality where you can integrate with other services and use them.
Last updated
Was this helpful?
Fireapis offers functionality where you can integrate with other services and use them.
Last updated
Was this helpful?
If you want to connect Airtable and use it for your backend (like retrieving or storing data in Airtable), you can easily do so in Fireapis by adding and connecting to the marketplace.
Currently, we have a few marketplaces listed in our application:
Stripe
Fusioo
Airtable
Notion
Google Sheets
For more integrations, please contact us via chat or email at vasanth@fireapis.com
Any new marketplace request can be added within a day after confirmation.
Go to Marketplace tab and click the Create button, which will open the marketplace list popup.
Select the marketplace you need, and you will see the marketplace added to the marketplace listing.
After connecting your marketplace credentials, you can start using the endpoints.
Before connecting, you marketplace will be listed as Not verified.
Click the Connect button on the marketplace you are going to authenticate.
You will then see the steps on how to authenticate your marketplace. There are two types of marketplace verification in Fireapis:
API key or personal token-based authentication In this case, you need to create a personal token on your marketplace site (e.g., Airtable or Notion) and update it here.
OAuth-based authentication In this case, you do not need to take any action on the marketplace site. you only need to provide consent on the OAuth confirmation modal. Upon confirmation, we will recieve an access token from your marketplace site for your account, and you can start using the endpoints of that marketplace.
Most marketplaces use OAuth-based authentication, which only require your consent to proceed.
Once step 2 is done correctly, then you will see Verified status in the marketplace list.
The next step is to test your credentials by testing any of the marketplace endpoint.
Testing your marketplace integration require some knowledge of the marketplace's API usage.
For example, if you're testing your Airtable marketplace integration, you will need items like the base_id and table_id , which can be found in their documentation.
We plan to update these details in our docs soon.
Click the Test button for the marketplace you want to test.
The test Popup will open, showing a list of endpoints that belongs to that marketplace.
The image above contains only one endpoints, but in your account, you can see more.
Please reach out to us via chat or email if you need help finding your details from other third-party application or service like Airtable or Notion.