Skip to content

GetIdentitySystemDetails

Request

Returns identity system details

Security
AuthorizationHeader
Query
identifierstringrequired

Identity Systems ID

curl -i -X GET \
  'https://apidoc.authmind.com/_mock/v1/docs/v1/identitysystem/details?identifier=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
errorstring
resultobject(models.IdentitySystemDetailResult)
successboolean
Response
{ "error": "string", "result": { "_id": "string", "flow_count": 0, "latest_activity_time": "2019-08-24T14:15:22Z", "identity_count": 0, "asset_count": 0, "auth_failed_percentage": 0, "incident_count": 0, "score": 0, "issue_details": {}, "category_info_details": [], "host_names": [], "services": [] }, "success": true }