Skip to content

GetAccessDetails

Request

Returns access details

Security
AuthorizationHeader
Query
identity_namestringrequired

Identity Name

identity_typestringrequired

Identity Type

asset_namestringrequired

Asset Name

asset_typestringrequired

Asset Type

directory_namestring

Directory Name if present

curl -i -X GET \
  'https://apidoc.authmind.com/_mock/v1/docs/v1/access/details?identity_name=string&identity_type=string&asset_name=string&asset_type=string&directory_name=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
errorstring
resultobject
successboolean
Response
{ "error": "string", "result": { "_id": "string", "flow_count": 0, "latest_activity_time": "2019-08-24T14:15:22Z", "score": 0, "asset_protocol": "string", "asset_is_known": true, "identity_is_known": true, "identity_system": {} }, "success": true }