Get Staff Detail
curl --request GET \ --url https://api.sandbox.hit-pay.com/v1/staffs/{staff_id} \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{ "id": "98566f58-1c76-4b8b-8f75-d20bba2bc7f8", "name": "Testing ABC", "role": { "id": "93a00e56-c832-490e-b5b8-7f08149548c7", "title": "Owner" }, "email": "abcd@gmail.com", "invited_at": "2023-01-29T05:29:24.000000Z", "locations": [] }
Show child attributes
Was this page helpful?