v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Retrieve

Returns information about an individual customer account by its unique identifier.

get/customers/{merchant_user_id}/

Path parameters

merchant_user_idstring required

Merchant User ID

Response

200

merchantstring
idinteger
merchant_user_idstring
session_idstring
user_token_idstring
first_namestring
last_namestring
emailstring
phone_numberstring
phone_typeinteger
liveboolean
createdstring
last_updatedstring
extra_datastring
localestring
price_codestring

Example response

{
  "merchant": "ac4f7938383a11e89ecbbc764e1107f2",
  "id": 1599349,
  "merchant_user_id": "00026001",
  "session_id": "ac4f7938383a11e89ecbbc764e1107f2.896371.1539022086",
  "user_token_id": "abc123",
  "first_name": "Nathan",
  "last_name": "Torres",
  "email": "nathan.torres@ordergroove.com",
  "phone_number": "+13154055372",
  "phone_type": 2,
  "live": true,
  "created": "2018-10-10 14:43:32",
  "last_updated": "2018-11-15 21:44:19",
  "locale": "en-us"
}