Chat now with support
Chat with Support

Identity Manager 9.3 - API Development Guide

Querying API Server reachability

You can query the status of the API Server by creating your own API method that calls the imx/ping URL. This method does not require prior authentication and returns the response code 200 (OK) if the API server is running.

HTTP methods

HTTP requests can apply the following HTTP methods:

  • GET: This method requests data from the application server.

  • PUT: This method changes data on the application server.

  • POST: This method creates data on the application server.

  • DELETE: This method deletes data on the application server.

Parameter formats

HTTP requests use the following types of parameters:

Related topics
Detailed information about this topic

Path parameters

Path parameters extend the URL path. A forward slash is used as the delimiter.

If a request uses path parameters, they are given in URI format.

Example

https://<host name>/ApiServer/imx/sessions/exampleparameter

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating