agent_id
.agent_id
in the path.agent_id
, follow this guide:curl --location --request GET '/v2/api/agent/1251/access'
{
"success": true,
"message": "Agent Access Data fetched successfully",
"data": {
"id": 1251,
"agent_name": "Policy Whisperer",
"access": "Only me"
}
}