Marketplace Overview
Copy Page
FireAPI
Getting Started
Welcome to FireAPI.io
What is API Hub & App/Tool
Publish App/Tool
Publish API
Marketplace Overview
Marketplace
FireAPI SSO Authentication
Subscription Handling
Sample Marketplace App/Tool
WebGuard Frontend Documentation
WebGuard Backend Documentation
FireAPI Tool Setup Guide
FireAPI App/Tool - SSO Integration Examples (Common Languages)
All Languages
CURL Example (Universal)
JavaScript (Node.js / Express)
PHP Example (Native PHP)
Laravel Example (Recommended for PHP Developers)
Python Example (Flask)
Python Example (FastAPI)
Java Example (Spring Boot)
Go Example (Golang)
Best Practice (All Languages)
Marketplace Overview
Copy Page
Subscription Handling
No Subscription System Needed 🚀
#
When building a marketplace app, you
DO NOT
need to build:
payment gateways
subscription tables
plan upgrades
renewal tracking
invoice system
FireAPI handles all subscription management.
What Developers Must Do
#
You only need to:
call the FireAPI
subscription verification endpoint
block access if the user is not subscribed
Recommended Access Logic
#
Access rules
#
User must be authenticated via
FireAPI SSO
User must have an
active subscription
for your tool
If subscription is inactive → show
upgrade/subscribe
page
Modified atÂ
2026-03-26 18:07:00
Previous
FireAPI SSO Authentication
Next
Sample Marketplace App/Tool