---
title: Server state
description: You can access information about the current state of the IDM instance through the info endpoint, as shown in the following table:
component: pingoneaic-api
page_id: pingoneaic-api:idm-rest-api:endpoints/rest-info
canonical_url: https://developer.pingidentity.com/pingoneaic-api/idm-rest-api/endpoints/rest-info.html
---

# Server state

You can access information about the current state of the IDM instance through the `info` endpoint, as shown in the following table:

| URI                                                                                                                                                                                                            | HTTP Operation | Description                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------ |
| `/openidm/info/login`                                                                                                                                                                                          | GET            | Provides authentication and authorization details for the current user.                                            |
| `/openidm/info/ping`&#xA;&#xA;The /openidm/info/ping endpoint is a deprecated feature. Customers should update any external monitoring to use the Advanced Identity Cloud /monitoring/health endpoint instead. | GET            | Lists the current server state. Possible states are `STARTING`,`ACTIVE_READY`, `ACTIVE_NOT_READY`, and `STOPPING`. |
| `/openidm/info/version`                                                                                                                                                                                        | GET            | Provides the software version of this IDM instance.                                                                |
