cURL
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.
Was this page helpful?