sessionId. Use it as the path parameter for pairing, status, connection, and messaging endpoints.
Create token
List all tokens
List connected tokens
CallGET /api/v1/sessions and keep records where connected is true.
status: "connected" alone means the token has connected before. A backend restart or runtime stop can leave a paired token with status: "connected" and connected: false. In that case, reconnect the token before sending.
Get token status
paired: WhatsApp credentials exist for this token.active: WADial has a runtime loaded for this token.connected: the runtime is connected and ready for message sends.connectionState: current runtime state, such asconnecting,connected,inactive,disconnected, orerror.