Get customer by id

Required Scopes: CUSTOMER_READ

Returns customer by given id from all studios with activated partner integration

SecurityApiKeyAuth
Request
path Parameters
customerId
required
integer <int64>

Unique ID of the customer

query Parameters
cardNumberFormat
string (CardNumberFormat)
Default: "DECIMAL"

Defines how card numbers are interpreted

Enum: "DECIMAL" "HEX_MSB" "HEX_LSB"
Responses
200

OK

400

Validation of the request failed.

401

Authentication failed. No api-key, wrong api-key or wrong header name.

403

Authorization failed. The caller has no privilege to the given resource.

404

Entity does not exists.

409

Conflict

429

Access denied - rate limit is exceeded.

500

Unexpected system error.

get/v1/cross-studio/customers/{customerId}
Request samples
Response samples
application/json
{
  • "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": [
    ],
  • "imageUrl": "https://example.com",
  • "phonePrivate": "+49 30901820",
  • "phonePrivateMobile": "+49 15223433333",
  • "phoneBusiness": "+49 30901820",
  • "phoneBusinessMobile": "+49 15223433333",
  • "idlePeriods": [
    ],
  • "bankAccount": {
    },
  • "accessRefusal": true,
  • "uuid": "7be3932c-825b-4401-abff-29e9f9410bc7",
  • "referralCode": "20J6N",
  • "studioId": 1238735970,
  • "preferredLanguage": {
    }
}