## Retrieve a worker email address **get** `/api/workers/{workerId}/email` Retrieve the inbound email address for a worker. ### Path Parameters - `workerId: string` ### Example ```http curl https://v3.handinger.com/api/workers/$WORKER_ID/email \ -H "Authorization: Bearer $HANDINGER_API_KEY" ``` #### Response ```json "string" ```