Home > @vsf-enterprise/bigcommerce-api > ImpersonateCustomerResponse
# ImpersonateCustomerResponse interface
Impersonate customer response Reference: https://developer.bigcommerce.com/api-reference/5cd1d19897e92-create-a-token
Signature:
export interface ImpersonateCustomerResponse
# Properties
Property | Type | Description |
---|---|---|
data | { token: string; } | Impersonate customer data |
meta | MetaCollection | Data about the response, including pagination and collection totals. |