Go Live

Before launching your application in a production environment, ensure that all configurations are correctly set up to prevent issues and maintain security. Follow the checklist below to successfully go live with your integration!

Use Production URLs

  1. Replace https://api-sandbox.clinch.gg with https://api.clinch.gg used in Generating an Authentication Token

Update API Keys

Replace sandbox API key and server secret with your production credentials. Double-check that credentials are correctly configured and securely stored. Never expose API keys in client-side code or public repositories.

  1. Use production api key in Generating an Authentication Token

  2. Use production server secret in Request Signing

Disable Debug Logging

Set loggingby removing if you have used it.

enableLogging();

Whitelist Our IP to Avoid Rate Limiting

To prevent rate-limiting issues when using services like Cloudflare, please whitelist our production server’s IP address - 34.59.205.62

Last updated