Working with the REST API
Welcome to the Dyce iGaming Platform API. This guide will help you integrate our gaming features into your applications, covering authentication, requests, and responses.
Endpoint
Authentication
Personal API keys
curl \
-X GET \
-H "Content-Type: application/json" \
-H "X-Dyce-Token: <Replace this with your API Key>" \
https://api.igaming-platform.com/usersGetting Started
Fetch User Information
List Games
List Sessions from a User
Error Handling
Pagination
Rate Limiting
Support
Last updated