Prerequisites

A short check list of things we need you to complete before you can get started integrating with our games.

βœ‰οΈ Contact the team

To reach our support team, you can use the "Contact Us" form on our websitearrow-up-right or send us an email directly - [email protected]envelope. Our team is ready to assist you with any questions or issues you may encounter during your integration.

πŸ”ˆ Join Slack

Once the integration process is initiated, we will create a dedicated Slack channel for your team.

This channel enables:

  • Real-time communication with Riddec’s developers and support team

  • Faster resolution of technical questions

  • Seamless collaboration throughout all integration stages

πŸ“Ž Read our documentation

Make sure to review our full API documentation before starting development.

You will find:

  • Detailed information on available endpoints

  • Request/response formats

  • Authentication instructions

  • Best practices for smooth integration

πŸ”‘ Access Credentials

During the onboarding process, our team will provide you with the necessary credentials required to interact with Riddec Games API securely and effectively.

Integration ID

Every partner receives a unique integrationId assigned by our technical team.

  • This parameter is required in all requests to our API.

  • It is used to identify and isolate your integration environment.

  • You will receive your integrationId once the integration is approved and initialized.

API Keys

We will provide you with secret keys for both Sandbox (DEV) and Production (PROD) environments. For more details on authentication, please refer to the Authentication chapter in our documentation.

Security Tips:

  • Never expose API keys in client-side code

  • Store them in secure environment variables

  • Use different keys for DEV and PROD to avoid data contamination

Last updated