Skip to main content
GET
Retrieve a customer
This endpoint requires the scope.
To lookup customers by email, use the list customers endpoint instead.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the customer (in Smile) to retrieve.

Query Parameters

include
enum<string>

A comma-separated list of related objects to include in the response.

Available options:
vip_status,
vip_status.vip_tier,
vip_status.next_vip_tier

Response

200 - application/json

The customer was successfully retrieved.

customer
object