Customers

Search for customers

Use this endpoint to search for customers.

get/shop/customers/search

Response

Contains the customer stats.

Example response

{
  "data": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "first_name": "Jane",
      "last_name": "Smith",
      "email": "jane.smith@example.com",
      "sources": [
        "trybe"
      ],
      "labels": [
        {
          "name": "VIP",
          "color": "#FF5733"
        }
      ]
    }
  ],
  "meta": {
    "sources": [
      {
        "key": "trybe",
        "name": "Trybe",
        "status": "success",
        "message": "Trybe did not respond in time."
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.