Skip to main content

Get Employee Corporate

Description: Retrieve all corporate an employee works for.

Request Parameters

ParameterTypeDescriptionRequired
accountNoIntegerEmployee account noYes
queryRefStringClient specific unique transaction reference Yes
GET {base_url}/corporate/employee?accountNo=1110002939&queryRef=POLARIS1234
curl `${base_url}/corporate/employee?accountNo=1110002939&queryRef=POLARIS1234`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"
-X GET