This guide shows you how to authenticate and make your first API call to Sandbox. You’ll generate API credentials, get an access token, and call an endpoint.Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites: You need a Sandbox account. Sign up here if you don’t have one.
Send your first API request
Get your API credentials
Navigate to Sandbox Console and go to Settings → API Keys to retrieve your API Key and API Secret. Sandbox provides separate credentials for test and production environments.Follow this guide to generate your keys: Generate your API Keys.
Authenticate to get an access token
Use the Authenticate API to generate an access token. Pass your API Key and API Secret in the request headers.Response
Access tokens are valid for 24 hours. Regenerate a new token when it expires.
Make your first API call
You are all set to use Sandbox APIs
Next steps
Error handling
Understand error codes and how to handle them
Rate limits
Learn about API rate limits and best practices
Webhooks
Set up webhooks for real-time notifications
Test environment
Set up Postman collections and run test requests