Member Account
Retrieve an account by email
Retrieve an account using email.
get/api/v2/accounts/email/{email}
Path parameters
emailstring 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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.