v1

latestOpenAPI 3.1.02026-07-241080412.6 KB

Fetch customer's data

Use /customers/:customerId endpoint to fetch customer's data.

get/customers/{customerId}

Path parameters

customerIdstring required

Customer identifier at Cleeng

Response

200

Example response

{
  "responseData": {
    "id": 338816933,
    "email": "user@example.com",
    "firstName": "Username",
    "lastName": "Lastname",
    "country": "PL",
    "locale": "pl_PL",
    "regDate": "2020-02-12 15:18:56",
    "lastLoginDate": "2020-04-14 11:25:22",
    "lastUserIp": "213.156.120.102",
    "externalId": "1111",
    "externalData": {
      "ghostUser": true
    }
  }
}