Currently in the process of migrating from Apiary.
curl --location 'https://ext.kasamax.cz/ext/address-book/client/get' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"_id": "string",
"externalId": "string",
"email": "string",
"phone": "string",
"clientCardIdentifier": "string",
"company": {
"TIN": "string",
"VATID": "string"
}
}'{
"isValid": true,
"errors": [
"string"
],
"data": {
"_id": "string",
"externalId": "string",
"clientCardIdentifier": "string",
"email": "string",
"phone": "string",
"address": {
"city": "string",
"street": "string",
"buildingNumber": "string",
"ZIP": "string",
"country": "string"
},
"company": {
"address": {
"city": "string",
"street": "string",
"buildingNumber": "string",
"ZIP": "string",
"country": "string"
},
"name": "string",
"TIN": "string",
"VATID": "string"
},
"clientPoints": 0,
"dateOfBirth": "string",
"reverseChargeEU": true,
"note": "string"
}
}