v1
latestOpenAPI 3.1.02026-08-064323122.5 KBGym Visit
List Corporate Fitness member accounts
Request Corporate Fitness member accounts for the current gym whose corporate membership cancellation date falls into specified date range. The type of membership is always CORPORATE_FITNESS, both endDateFrom and endDateTo parameters are mandatory and apply to corporateFitness.endTimestamp.
get/api/v2/accounts/corporate-fitness
Query parameters
endDateFromstring date required
endDateTostring date required
Response
Ok
Example response
[
{
"firstName": "John",
"lastName": "Wick",
"contact": {
"country": "DE"
},
"membership": {
"corporateFitness": {
"startTimestamp": "2021-03-08T18:26:47Z",
"endTimestamp": "2021-03-08T18:26:47Z"
}
}
}
]