Skip to content
Get started

Retrieve a worker email address

GET/api/workers/{workerId}/email

Retrieve the inbound email address for a worker.

Path ParametersExpand Collapse
workerId: string
ReturnsExpand Collapse
email: string

Retrieve a worker email address

curl https://handinger.com/api/workers/$WORKER_ID/email \
    -H "Authorization: Bearer $HANDINGER_API_KEY"
{
  "email": "email"
}
Returns Examples
{
  "email": "email"
}