IPO Data API
    • IPO API - Introduction
    • Authentication, Request & Response
    • Code Samples & API Trial
    • List of APIs
    • IPO Data APIs
      • GetIPOInformationData
        GET
      • GetIPOSubscriptionData
        GET
    • Helper Functions
      • GetServerInfo
        GET
      • GetLimitation
        GET
    • Glossary
      • Glossary
    • Release Notes
    • Schemas
      • IpoInformation
      • IpoInformationItem
      • IpoInformationRange
      • IpoSubscriptionData

    Authentication, Request & Response


    Request Format#

    RESTful APIs (HTTP GET) are used for sending the request where inputs are sent as part of URL in the form of query parameters.

    Response Format#

    Response is received in Json, Xml, Csv or CsvContent format. This is user-configurable; value of "format" parameter sent in request decides the format of the response.
    While data is sent in Csv as part of response, a file containing Csv values is sent when format=CsvContent.
    Sometimes, API can return diagnostic response in plain/text format instead of actual data. When this happens, user will need to send the request again - till they receive actual data. A list of available diagnostic responses can be found here

    Authentication#

    To receive the response, user will need to send valid "AccessKey" parameter with each request. User can get the accessKey for their use by contacting our Sales Team and making the payment for the data subscription.
    Previous
    IPO API - Introduction
    Next
    Code Samples & API Trial
    Built with