# Get Device Proxy Configuration **GET /devices/me/proxy** Retrieve the current HTTP proxy configuration for this device. Per-device proxy overrides global WHATSAPP_CLIENT_PROXY_URL setting. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Proxy configuration retrieved #### 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)