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.

  1. Generate an API Key: Go to the Developer Portal and create a new API key. Keep your key secret!
  2. 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
  3. Check Rate Limits & Usage: View your API usage and limits in the Developer Portal. Each plan has different quotas and reset periods.
  4. Explore the API: Use the interactive API docs to see available endpoints, parameters, and responses.
  5. 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.