Understanding FireCore API DOCS
A practical overview of the core Fireball API DOCS surface and how each service fits together.
Start with the service model
FireCore groups the platform into predictable service areas: authentication, games, sessions, transactions, reporting, and integrations. Understanding these areas first makes every API call easier to reason about.
Use the public reference
Open the API DOCS reference and identify the endpoint group that matches your workflow. Each endpoint should be treated as part of a larger lifecycle rather than as an isolated call.
Map your workflow
Before writing code, sketch the complete flow from launch to settlement. Mark where your system calls FireCore and where FireCore sends callbacks or status updates back to you.
Keep contracts stable
Use typed request and response models in your application. This keeps integrations predictable as your team adds more games, operators, environments, and reports.
