Alokai

ImpersonateCustomerResponse

Impersonate customer response Reference: https://developer.bigcommerce.com/api-reference/5cd1d19897e92-create-a-token

interface ImpersonateCustomerResponse {
	data: {
    token: string;
  };
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequired{ token: string; }Impersonate customer data
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page