# Get Available Bots **GET /bots** Get the list of available WhatsApp AI bots that can be interacted with. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Bot list retrieved successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (array[object]) ### 401 Unauthorized #### 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)