Agent Blacklist
Get All Blacklist Entries
GET
/
agent-blacklist
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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?