# Set Passive Mode **POST /devices/me/passive** Set the client to passive mode. In passive mode, the client will not receive messages but can still send them. Useful for reducing bandwidth. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **passive** (boolean) Whether to enable passive mode ## Responses ### 200 Passive mode set #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (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)