> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wadial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect token

> Start or reconnect a token runtime.

Use this for first pairing and reconnecting paired tokens after the runtime becomes inactive.

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST "https://api.wadial.com/api/v1/sessions/{sessionId}/connect" \
    -H "Authorization: Bearer $WADIAL_API_KEY"
  ```
</RequestExample>

If the token is paired, WADial reuses existing credentials. You do not need QR or pairing code again unless the device was logged out.
