v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Customers

Get Customer

Get details about a single customer.

get/customers/{id}

Path parameters

idinteger required
Example:67329889100573

The unique identifier for the customer, created by Loop.

Response

Success

Example response

{
  "customer": {
    "id": 9007199254740991,
    "external_id": "71263csss-12uhsdfh-2138dja",
    "sales_channel": "shopify",
    "first_name": "Edgar",
    "last_name": "Martinez",
    "email": "sample@example.com",
    "phone": "678-999-8212",
    "tags": [
      "FirstPurchase",
      "ReturnCustomer"
    ]
  }
}