Customers

Get Customer

Retrieves a specific customer.

get/v1/shops/{shopId}/customers/{customerId}

Response

idinteger
emailstring
shop_idinteger
user_idstring
balancestring
affiliate_balancestring
phone_numberstring
created_atstring
updated_atstring
deleted_atstring
otp_expires_atstring
total_completedinteger
total_spent_usdstring
last_completed_atstring
discord_idstring
discord_usernamestring
discord_linked_atstring
newsletter_atstring
affiliate_codestring
affiliate_statusstring
affiliate_tier_idstring
affiliate_code_set_atstring
affiliate_referrer_idstring
affiliate_referrer_earningsstring
affiliate_referred_atstring
reseller_statusstring
reseller_application_answerstring
reseller_applied_atstring
reseller_approved_atstring
reseller_tier_idstring
reseller_dd_enabledboolean
reseller_total_spent_usdinteger
reseller_total_completedinteger
tfa_enabledboolean
has_passwordboolean

Example response

{
  "id": 2,
  "email": "customer-240@sellauth.test",
  "shop_id": 1,
  "user_id": null,
  "balance": "0.00",
  "affiliate_balance": "0.00",
  "phone_number": null,
  "created_at": "2026-09-04T21:06:20.000000Z",
  "updated_at": "2026-09-04T21:06:20.000000Z",
  "deleted_at": null,
  "otp_expires_at": null,
  "total_completed": 0,
  "total_spent_usd": "0.00",
  "last_completed_at": null,
  "discord_id": null,
  "discord_username": null,
  "discord_linked_at": null,
  "newsletter_at": null,
  "affiliate_code": null,
  "affiliate_status": null,
  "affiliate_tier_id": null,
  "affiliate_code_set_at": null,
  "affiliate_referrer_id": null,
  "affiliate_referrer_earnings": "0.00",
  "affiliate_referred_at": null,
  "reseller_status": null,
  "reseller_application_answer": null,
  "reseller_applied_at": null,
  "reseller_approved_at": null,
  "reseller_tier_id": null,
  "reseller_dd_enabled": false,
  "reseller_total_spent_usd": 0,
  "reseller_total_completed": 0,
  "tfa_enabled": false,
  "sessions": [],
  "has_password": false
}

Changes

Changed in 1 of the 2 revisions of this API.1

    • added the optional property to the response with the status

      response-optional-property-added