1. Helper Functions
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
  1. Helper Functions

GetServerInfo

GET
/GetServerInfo
GetServerInfo function returns information about server where connection is made.

What is returned ?#

Server EndPoint where enduser is connected (useful while debugging issues)
For details, please see the complete glossary.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/GetServerInfo?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&format=Json'

Responses

🟢200
Success
This response does not have a body.
Previous
GetIPOSubscriptionData
Next
GetLimitation
Built with