Before diving into your Supahub journey, this guide will swiftly acquaint you with the crucial terms and how the Supahub API operates. Our team is dedicated to enhancing the API’s functionalities daily, and we’re eager to see the innovations you’ll build with it.

  1. Get your API key: Navigate to Dashboard > Settings > Integrate to obtain your API key.
  2. Using your API key: Include the API key in the header of every request, as it is essential for authentication.
  3. Example of incorporating API key in request:
example.js
fetch("https://api.supahub.com/api/v1", {
...
headers: { Authorization: "Bearer YOUR_API_KEY" },
...
});
  1. API endpoint: The base URL for API requests is: https://api.supahub.com/api/v1

Rate Limits: Please note the API’s limitation to 100 requests per minute to ensure fair usage.

Response Object Every response will be of same structure