Endpoints
Agent - Get Whitelist
Obtain the whitelist entries (WhatsApp numbers) for the specified agent.
GET
/
agent-whitelist-whatsapp
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the agent.
Response
200 - application/json
agentId
string
requiredThe ID of the agent.
whatsappNumber
string
requiredThe whitelisted WhatsApp number.
Was this page helpful?