curl --request GET \
--url https://api.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": []
}Retrieve a staff member’s details by ID
curl --request GET \
--url https://api.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": []
}"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
"98888a69-2d7a-4695-811d-6df8cee30264"
Was this page helpful?