Skip to main content
Retrieves detailed information about a specific customer using their unique reference ID.

Query

Parameters

GetCustomerByRefIdInput
required
Input object containing the customer identifier

Return Type

Returns a Customer object with the following key fields:

Common Use Cases

Verify the customer’s subscription status when they log in to determine their access level.
Fetch customer details for account settings pages.
Check eligibleForTrial and current subscription to show relevant upgrade options.

Error Handling