cURL
curl --request GET \ --url https://api.plugit.chat/v2/agents/{agent_id}/whatsapp-sandbox \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "phone_number": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent identifier.
Success