How to Use the Developer API
This guide will help you get started with the INSINEX Developer API, including generating API keys, making requests, and tracking your usage.
- Generate an API Key: Go to the Developer Portal and create a new API key. Keep your key secret!
- Make Authenticated Requests: Include your API key in the
x-api-key
header for each request. Example:curl -H "x-api-key: YOUR_API_KEY" https://insinextools.com/api/analytics/user
- Check Rate Limits & Usage: View your API usage and limits in the Developer Portal. Each plan has different quotas and reset periods.
- Explore the API: Use the interactive API docs to see available endpoints, parameters, and responses.
- Handle Errors: If you exceed your quota, you’ll receive a 429 error. Upgrade your plan or wait for the reset.
Need more help? Visit the Academy or contact support.