Skip to main content
POST
/
v2
/
agents
/
{agent_id}
/
whatsapp-onboardings
Create a WhatsApp onboarding for this agent
curl --request POST \
  --url https://api.plugit.chat/v2/agents/{agent_id}/whatsapp-onboardings \
  --header 'Authorization: Bearer <token>'
{
  "id": "<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

Created

id
string
required