Base URL
https://api.tagbet.net/api/api
Authentication
x-api-key header
Format
JSON (REST)
Quick Start
- 1Contact us to create a client accountEmail: integration@tagbet.net
- 2Get your API key from the dashboardFormat: pk_live_xxxxxxxxxxxxxxxxxxxxxxxx (production) or pk_test_xxxxxxxx (testing)
- 3Set up the callback endpoint on your serverWe will send wallet events (bet / win / refund) to your URL via POST
- 4Send a POST request to /api/v1/launch to get a game URLRedirect your player to the returned gameUrl
Authentication
Include your API key in every request header. Keep it secret — never expose it in client-side code.
Use pk_live_... keys for production and pk_test_... keys for testing.
HTTP
x-api-key: pk_live_your_api_key_here
Error Codes
| 400 | Bad Request | Missing or invalid parameters |
| 401 | Unauthorized | Missing or invalid API key |
| 403 | Forbidden | Provider not enabled for your account |
| 404 | Not Found | Game or session not found |
| 429 | Rate Limited | Too many requests — limit is 200 req / 60 s |
| 500 | Server Error | Internal error — contact support |
Error Response Format
All error responses follow a consistent JSON structure:
JSON
{
"error": "Missing required field: provider",
"statusCode": 400
}Supported Currencies
TRY
Turkish Lira
ILS
Israeli Shekel
EUR
Euro
USD
US Dollar
Ready to integrate?
Contact us to get an API key and start testing within minutes.