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

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.

id
string
required

Onboarding identifier.

Response

Success

id
string
status
enum<string>
Available options:
pending,
phone_linked,
ready,
failed