API Service
The following are Autonomous Identity API Service endpoints:
- 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 -X GET "https://autoid-api.forgerock.com/health-check" \ -H "accept: application/json"
Example Response
{ "status": "zoran-api: OK", "uptime": 5412.465875997, "uptimeFormatted": "1:30:12" }
- GET /version
-
Get the version number of this service. [All]
Endpoint
/version
Headers
Content-Type application/json
Body
Example Request
curl -X GET "https://autoid-api.forgerock.com/version" \ -H "accept: application/json"
Example Response
{ "version": "1.0", }