Skip to main content
GET
/
v1
/
worker-contacts
/
{id}
Get a worker contact
curl --request GET \
  --url https://api.plane.com/v1/worker-contacts/{id} \
  --header 'Authorization: Bearer <token>'

Parameters

id
string
required
ID of the worker contact to retrieve.

Returns

Returns a Worker contact object.