GetMeParams
Parameters for the getMe API endpoint.
interface GetMeParams {
customer?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
customer | Optional | boolean | When true, the getFullProfile query will be used. Otherwise, getBasicProfile will be used. |