/
CE
centeredge
/
Advantage API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
centeredge
Advantage API
get
Get a single customer by their customer card number.
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-03
84
241
293.2 KB
CustomerCards
Get a single customer by their customer card number.
get
/api/v1/customercards/{cardNumber}
Path parameters
cardNumber
string
required
Customer card number.
Response
Success
Customer
required
firstName
string
nullable
lastName
string
nullable
customerId
string
uuid
required
dateOfBirth
string
date-time
nullable
gender
'Male'
|
'Female'
|
'Other'
phoneNumber
string
nullable
address
MailingAddress
email
string
nullable
driverLicenseState
string
nullable
driverLicenseNumber
string
nullable
pictureId
string
nullable
parentIds
string[]
nullable
childIds
string[]
nullable