# List All Devices **GET /admin/devices** Get all devices across all API keys with customer information. Useful for admin dashboard overview. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Admin auth ## Parameters ## Responses ### 200 Devices 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)