Client Site Integration Demo

See how your tournament website will talk to our API, request rooms, display room details to players, and securely receive match results via webhook callbacks.

1 Configure API Credentials

Before calling the API, generate an API Key in your Dashboard and paste it below. Also paste your Webhook Signing Secret to verify callbacks.

â„šī¸ Make sure to set your Webhook Callback URL in the Dashboard to:
https://jhxpro.shop/ff-api/webhook_receiver.php
2 Request Custom Room Creation

Trigger a POST request from your server to create a custom room slot.

3 Webhook Callback Received

This box listens to webhook_received.json. Once the emulator bot finishes the match and posts results, we capture it and verify the signature in real-time.

[Waiting for match callback webhook...]