Check if customer exists

📘

API Refs

Request parameters

NameTypeDescriptionRequired
emailstringCustomer email address to checkyes

Response body

NameTypeDescriptionRequired
existsbooleanWhether a customer with this email existsyes
customerobjectCustomer details (only returned if exists is true)no
subscriptionsarrayActive 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.