API Reference
Authentication

Authentication

To access the IPO Alerts API, authentication is required via an API key. Without a valid API key, your access will be restricted to a limited subset of data, providing a truncated list of IPOs with a maximum of one record.

How to Use Your API Key

To authenticate your requests, include your API key in the request headers using the x-api-key field. This will ensure full access to all available data and features.

Example Request

GET /ipos?status=open HTTP/1.1
Host: api.ipoalerts.in
x-api-key: <your_api_key_here>

Make sure to replace <your_api_key_here> with your actual API key to authenticate successfully.