Skip to main content

List customers

GET 

/v1/customers

This endpoint allows you to retrieve a list of customers.

Request

Query Parameters

    search string

    Any text supplied here would be used to search for customers in any of the following fields

    • customer email
    • customer name
    • customer phone
    • customer ref
    page integer

    Default value: 1

    The page of results

    per_page integer

    Default value: 15

    Maximum Number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • 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
  • ]
  • links object
    first string
    last string
    prev string
    next string
Loading...