curl --request GET \
--url https://api.quentli.com/v1/customers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"name": "<string>",
"username": "<string>",
"organizationId": "<string>",
"acceptedServiceAgreement": true,
"skipTaxInvoice": true,
"emailVerified": true,
"phoneNumberVerified": true,
"hasChangedPassword": true,
"email": "<string>",
"phoneNumber": "<string>",
"secondaryPhoneNumber": "<string>",
"archivedAt": "<string>",
"archivedById": "<string>",
"signatureAcceptedAt": "<string>",
"optedOutWhatsappAt": "<string>",
"optedInWhatsappAt": "<string>",
"startedWhatsappAt": "<string>",
"replyWithAssistant": true,
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
}
]Returns customers.
curl --request GET \
--url https://api.quentli.com/v1/customers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"name": "<string>",
"username": "<string>",
"organizationId": "<string>",
"acceptedServiceAgreement": true,
"skipTaxInvoice": true,
"emailVerified": true,
"phoneNumberVerified": true,
"hasChangedPassword": true,
"email": "<string>",
"phoneNumber": "<string>",
"secondaryPhoneNumber": "<string>",
"archivedAt": "<string>",
"archivedById": "<string>",
"signatureAcceptedAt": "<string>",
"optedOutWhatsappAt": "<string>",
"optedInWhatsappAt": "<string>",
"startedWhatsappAt": "<string>",
"replyWithAssistant": true,
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
}
]Organization API key using Authorization: Bearer sk_....
A qs-encoded customerFilter object.
"name[contains]=john&OR[0][noPayments]=true"
Pagination offset.
x >= 00
Pagination limit.
1 <= x <= 10020
A qs-encoded customerOrderBy object.
"createdAt=desc"
Customers list
Unique identifier of the customer.
Date and time when the customer was created.
Date and time when the customer was last updated.
Name of the customer.
Username used for customer login and customer identification.
Identifier of the organization this customer belongs to.
Whether the customer has accepted the service agreement.
Whether tax invoice generation is skipped for this customer.
Whether the customer has verified their email address.
Whether the customer has verified their phone number.
Whether the customer has set a non-default password.
Email address of the customer.
Primary WhatsApp phone number of the customer, usually in E.164 format.
Secondary phone number used for reminders and announcements.
Date and time when the customer was archived.
Identifier of the user who archived this customer.
Date and time when recurring charges terms were accepted via signature.
Date and time when the customer opted out of WhatsApp reminders.
Date and time when the customer opted in to WhatsApp reminders.
Date and time when WhatsApp opt-in flow was started for this customer.
Whether to reply to this customer using the assistant.
Custom metadata entries attached to this customer as key-value pairs.
Show child attributes
Flattened metadata map where each key maps to a string value.
Show child attributes
Was this page helpful?