Skip to main content

Get a single customer

GET 

/v1/customers/:ref

Get a single customer

Request

Path Parameters

    ref stringrequired

    The unique identifier for the customer

Responses

OK

Schema
    data object

    The the customer's information

    ref stringrequired

    Unique identifier for the customer on your system

    email stringrequired

    The customer's email address

    phone string
    first_name stringrequired
    last_name stringrequired
Loading...