POST
/external/api/customers/details
curl \
--request POST 'http://test.api.fygi.store/external/api/customers/details' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"accountIds":["string"]}'
Request examples
{
"accountIds": [
"string"
]
}
Response examples (200)
[
{
"id": "string",
"email": "string",
"phoneNumber": "string",
"firstName": "string",
"lastName": "string",
"birthDate": "2025-05-04T09:42:00Z",
"nationalIdNumber": "string",
"addressType": "string",
"streetAddress": "string",
"postalCode": "string",
"city": "string",
"countryCode": "string",
"digitalConsent": true,
"emailConsent": true,
"personalConsent": true,
"smsConsent": true,
"timeOfConsent": "2025-05-04T09:42:00Z",
"loyaltyProvider": "string",
"loyaltyCustomerId": "string"
}
]
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}