v1
latestOpenAPI 3.0.12026-07-2662118182.1 KBCards
Get Cardholder Details
get/api/v1/cardholder/{publicToken}
Path parameters
publicTokenstring required
Response
Success
Example response
{
"title": "Mr",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1963-11-22",
"mobile": "07471234567",
"email": "john.smith@example.com"
}