Required Scopes: CUSTOMER_READ
Returns customer by given id from all studios with activated partner integration
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "id": 1001,
- "customerNumber": "1-12345",
- "firstName": "Edgar",
- "lastName": "Bullock",
- "dateOfBirth": "1952-05-04",
- "email": "example@email.com",
- "gender": "MALE",
- "street": "Am Bahnhof",
- "houseNumber": 89,
- "zipCode": "12133",
- "city": "Munich",
- "country": "DE",
- "status": "MEMBER",
- "cardNumbers": [
- "1290158199"
], - "phonePrivate": "+49 30901820",
- "phonePrivateMobile": "+49 15223433333",
- "phoneBusiness": "+49 30901820",
- "phoneBusinessMobile": "+49 15223433333",
- "idlePeriods": [
- {
- "id": 1000,
- "startDate": "2022-01-01",
- "endDate": "2022-10-01",
- "reason": "Illness",
- "contract": {
- "id": 1000,
- "rateName": "Premium"
}
}
], - "bankAccount": {
- "accountHolder": "Sven Hannawald",
- "bankName": "Deutsche Bank",
- "bic": "DEUTDEFFXXX",
- "iban": "DE91 1000 0000 0123 4567 89"
}, - "accessRefusal": true,
- "uuid": "7be3932c-825b-4401-abff-29e9f9410bc7",
- "referralCode": "20J6N",
- "studioId": 1238735970,
- "preferredLanguage": {
- "languageCode": "de",
- "countryCode": "DE"
}
}