Status
APIs to check availability of the system
Check status
GET
/api/v1/public
Status of the Identity Agent
Headers
Name
Value
Content-Type
application/json
Authorization
None
Body
Response
{
"data": {
"status": "running",
"app": "identity",
"host": "http://localhost:7999/",
"version": "1.0.0",
"isDebug": true,
"isDocker": false
}
}
Last updated