Check if customer exists
API Refs
- Staging: Check if customer exists
Request parameters
Name | Type | Description | Required |
---|---|---|---|
string | Customer email address to check | yes |
Response body
Name | Type | Description | Required |
---|---|---|---|
exists | boolean | Whether a customer with this email exists | yes |
customer | object | Customer details (only returned if exists is true) | no |
subscriptions | array | Active subscriptions (only returned if exists is true) | no |
Description
This endpoint verifies if a customer exists in your system by email address. If the customer exists, it returns their information along with any active subscriptions. This is useful for checking customer status before attempting to create a new account or to provide different user experiences for existing vs new customers.
Updated 3 days ago