arrow_backBack to product
Guides3 guides

Get up and running fast

Everything you need to know — all in one place.

Understanding FireCore API DOCS

A practical overview of the core Fireball API DOCS surface and how each service fits together.

1

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.

2

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.

3

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.

4

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.

Using Guides and Q&A Effectively

Find the right Fireball guide, turn answers into implementation steps, and avoid repeated integration work.

1

Search by product first

Start with the product you are using: FireStation for administration, FireWorks for SDKs, FireStarter for examples, or FireFly for operator integration. FireCore connects those answers back to the underlying services.

2

Match the guide to your stage

Use getting-started guides for setup, implementation guides while building, and go-live checklists before production. This keeps your team from mixing exploratory work with release-critical checks.

3

Capture reusable answers

When a Q&A answer solves a technical issue, turn it into a short team note or internal checklist. FireCore works best when answers become repeatable team knowledge.

4

Escalate with context

If you need support, include the product, environment, endpoint, request ID, and expected behavior. Clear context makes Fireball support and community answers much faster.

Core Integration Checklist

A concise checklist for teams preparing to connect their product to Fireball core services.

1

Confirm access and environments

Make sure your Fireball account, organization, API credentials, and sandbox environment are ready before implementation begins.

2

Validate authentication

Store credentials securely and verify that every server-side request signs or authenticates exactly as documented. Never place privileged keys in browser or client code.

3

Test the full lifecycle

Run through launch, session creation, bet placement, settlement, refunds, reporting, and failure handling in sandbox before production.

4

Prepare production monitoring

Log request IDs, callback results, latency, and settlement outcomes. Good FireCore integrations are observable from the first production transaction.