Skip to main content
GET
/
v2
/
agents
/
{agent_id}
/
whatsapp-sandbox
Get WhatsApp sandbox
curl --request GET \
  --url https://api.plugit.chat/v2/agents/{agent_id}/whatsapp-sandbox \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "phone_number": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Agent identifier.

Response

Success

id
string
phone_number
string