Skip to main content

Get Customer

GET 

/account/customer/:email

Retrieves specific customer's details

Retrieves the details of a specific customer associated with your account Use this endpoint to view comprehensive information about a customer, including their email address and any associated profile details, enabling full management of your account's customers.

Request

Path Parameters

    email emailrequired

    Email of the customer

Responses

successful operation

Schema
    email stringrequired
    firstName string
    lastName string
    source string
    status string

    Possible values: [Subscribed, Unsubscribed, Bounced, Inactive, Spam]

    birthday string
    tags string[]
    currency string
    country string
    province string
    city string
    address1 string
    address2 string
    phone string
    postalCode string
    company string
    lastPurchaseOrder string
    lastPurchasePrice string
    latestOrderId string
    lastPurchaseDate string
Loading...