# Set Device Proxy Configuration **POST /devices/me/proxy** Configure HTTP proxy for this device. Overrides global WHATSAPP_CLIENT_PROXY_URL. Use empty string to disable per-device proxy. Device will reconnect automatically. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **proxy_url** (string) HTTP/HTTPS proxy URL. Empty string to disable. ## Responses ### 200 Proxy configured successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 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)