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