Obtaining an API Key

To start using our API, you need to obtain an API key. Register on our platform, navigate to your dashboard, and generate a new API key under the ‘API Keys’ section. Keep this key secure, as it allows you to make API calls to our services.

Authentication

All API endpoints require authentication. Include your API key in your request headers as a Bearer token. Below is an example of how to include your Bearer token in your API calls:

"security": [
  {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "value": "your_api_key_here"
    }
  }
]

Endpoints

Discover how our API can elevate your experience with features designed to enhance user engagement and data insights. Start by obtaining an API key and authenticating your requests to access our powerful endpoints.