Skip to main content
GET
Returns all employee bonus information by member ID

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

memberId
string
required

Employee membership id

Maximum string length: 36

Response

OK

personalId
string | null
percentage
number<double>
startDate
string<date-time>
endDate
string<date-time> | null
Last modified on August 10, 2026