Base URL
https://api.tagbet.net/api
Authentication
x-api-key header
Format
JSON (REST)
Quick Start
- 1Contact us to create your client accountEmail: integration@tagbet.net
- 2Receive your API key from the dashboardFormat: pk_live_xxxxxxxxxxxxxxxxxxxxxxxx (production) or pk_test_xxxxxxxx (staging)
- 3Set up your callback endpoint on your serverWe will POST wallet events (bet/win/refund) to your URL
- 4Call POST /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 staging/testing.
HTTP
x-api-key: pk_live_your_api_key_here
Error Codes
| 400 | Bad Request | Missing or invalid parameters |
| 401 | Unauthorized | Invalid or missing 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 requests per 60 seconds |
| 500 | Server Error | Internal error — contact support |
Supported Currencies
TRY
Turkish Lira
ILS
Israeli Shekel
EUR
Euro
USD
US Dollar
Ready to integrate?
Contact us to get your API key and start testing in minutes.