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