Customers
Get Customer
Retrieves a specific customer.
get/v1/shops/{shopId}/customers/{customerId}
Response
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 statusresponse-optional-property-added
- ○