Authorization
string
required
Example:
Authorization | Bearer Paste-Your-Api-Key-HereQuery Parameters
string
required
Customer email address used to search customer details. Returns
400 with Email query parameter is required when omitted, and 404
with Customer not found when no customer matches the email.Response
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
Status message that describes the API response.
object
Customer detail object.
data Structure (Object)
string
Unique customer ID.
number
Unix timestamp in milliseconds indicating when the customer was created.
string
Customer email address.
string
Customer phone number.
string
Customer full name.
string
Current customer status.
number
Unix timestamp in milliseconds indicating when the customer was last updated.
string
Unique user ID associated with the customer.
object
User information object associated with the customer.
string
Unique user ID.
string
User full name.
string
Webhook URL configured by the user.
string
User email address.
string
User payment link identifier.
boolean
Indicates whether the user uses a custom domain.
string
Unique account ID associated with the user.
object
Account information object.
string
Unique account ID.
string
Account name.
string
Unique image ID associated with the account logo.
object
Account logo object.
string
Unique logo image ID.
string
Logo file type.
string
Public URL of the account logo image.
