v1
latestOpenAPI 3.1.02026-08-064323122.5 KBMember Account
Member Account NFC
Retrieve an account by NFC
Retrieve an account using NFC.
get/api/v2/accounts/nfc/{nfc}
Path parameters
nfcstring required
Query parameters
nfcFormat'NFC_EGYM_APPLE' | 'NFC_EGYM_GOOGLE' | 'NFC_EXTERNAL_APPLE' | 'NFC_EXTERNAL_GOOGLE'
Deprecated: Use passTypeId or collectorId instead.
collectorIdinteger
passTypeIdstring
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"
}
}
}