curl --request GET \
--url https://api.plane.com/v1/workers/{id} \
--header 'Authorization: Bearer <token>'{
"id": "wr_5yMmVvd6Cz7Ptx",
"type": "employee",
"number": null,
"title": "CAO",
"name": "Frigga Odinson",
"email": "frigga@example.com",
"dob": null
}
Retrieve the details of an existing worker.
curl --request GET \
--url https://api.plane.com/v1/workers/{id} \
--header 'Authorization: Bearer <token>'{
"id": "wr_5yMmVvd6Cz7Ptx",
"type": "employee",
"number": null,
"title": "CAO",
"name": "Frigga Odinson",
"email": "frigga@example.com",
"dob": null
}
{
"id": "wr_5yMmVvd6Cz7Ptx",
"type": "employee",
"number": null,
"title": "CAO",
"name": "Frigga Odinson",
"email": "frigga@example.com",
"dob": null
}
Was this page helpful?