Autonomous Identity 2021.8.2

API Service

The following are Autonomous Identity API Service endpoints:

GET /health-check

GET /health-check

Check that the Autonomous Identity API service is running. Get uptime statistics. [All]

Endpoint

/health-check

Headers

Content-Type      application/json

Body

Example Request

curl --request GET "https://autoid-api.forgerock.com/health-check" \
--header "Content-Type: application/json"

Example Response

{
  "status": "zoran-api: OK",
  "uptime": 5412.465875997,
  "uptimeFormatted": "1:30:12"
}

GET /version

GET /version

Get the version number of this service. [All]

Endpoint

/version

Headers

Content-Type      application/json

Body

Example Request

curl --request GET "https://autoid-api.forgerock.com/version" \
--header "Content-Type: application/json"

Example Response

{
  "version": "1.0",
}
Copyright © 2010-2022 ForgeRock, all rights reserved.