# POST /external/api/customers/details **POST /external/api/customers/details** ## Servers - Test environment: http://test.api.fygi.store (Test environment) - Demo environment: https://demo.api.fygi.store (Demo environment) - Production environment: https://api.fygi.store (Production environment) ## Authentication methods - Authorization key ## Parameters ### Body: application/json (object) - **accountIds** (array[string(uuid)] | null) ## Responses ### 200 Success #### Body: application/vnd.fygi.v1.id+json (array[object]) - **id** (string(uuid)) - **email** (string | null) - **phoneNumber** (string | null) - **firstName** (string | null) - **lastName** (string | null) - **birthDate** (string(date-time) | null) - **nationalIdNumber** (string | null) - **addressType** (string | null) - **streetAddress** (string | null) - **postalCode** (string | null) - **city** (string | null) - **countryCode** (string | null) - **digitalConsent** (boolean) - **emailConsent** (boolean) - **personalConsent** (boolean) - **smsConsent** (boolean) - **timeOfConsent** (string(date-time) | null) - **loyaltyProvider** (string | null) - **loyaltyCustomerId** (string | null) ### 404 Not Found #### Body: application/vnd.fygi.v1.id+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)