Agent Blacklist
Get Agent Blacklist by Agent ID
GET
/
agent-blacklist
/
{agentId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agentId
string
requiredThe ID of the agent.
Response
200 - application/json
id
string
requiredThe ID of the blacklist entry.
agentId
string
requiredThe ID of the agent.
userIdentify
string
requiredThe identifier for the blacklisted user (e.g., email, phone number, IP address).
organizationId
string
requiredThe ID of the organization.
agent
object
Was this page helpful?