# Discover Customer by Phone Number

Looks up a mobile phone number and tries to discover owner data through 3rd party services.

Endpoint: GET /data-enrichment/mobilePhone/{mobilePhone}
Version: 4.3.4
Security: api_key

## Path parameters:

  - `mobilePhone` (string, required)
    Phone number to lookup

## Response 200 fields (application/json):

  - `firstName` (string)
    Example: firstName

  - `lastName` (string)
    Example: lastName

  - `address` (string)
    Example: Kongens gate 20

  - `zip` (string)
    Example: 0010

  - `city` (string)
    Example: Oslo

  - `gender` (string)
    Example: Male

  - `birthDate` (string)
    Example: 1955-12-16T00:00:00

  - `extendedProperties` (object)

  - `extendedProperties.additionalProp1` (string)

  - `extendedProperties.additionalProp2` (string)

  - `extendedProperties.additionalProp3` (string)

