Alokai

GetMeParams

Parameters for the getMe API endpoint.

interface GetMeParams {
	customer?: boolean;
}

Properties

NameRequiredTypeDescription
customerOptionalbooleanWhen true, the getFullProfile query will be used. Otherwise, getBasicProfile will be used.

On this page