# Get All Device Statuses **GET /admin/devices/status** Get live connection status for all devices across all API keys. Checks actual WhatsApp connection state in real-time. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Admin auth ## Parameters ## Responses ### 200 Device statuses retrieved successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (array[object]) ### 401 Unauthorized - Invalid admin secret #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)