v1
latestOpenAPI 3.1.02026-08-064323122.5 KBMember Account
Retrieve an account
Retrieve an account using accountId.
get/api/v2/accounts/{accountId}
Path parameters
accountIdstring 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"
}
}
}