Lists customer profiles associated with a Square account. API Reference ->
Lists customer profiles associated with a Square account. API Reference ->
Sign in to populate your access tokens from the developer dashboard
count
boolean
cursor
string
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field's value.
limit
integer(32-bit)
sort
string
Use the default sort key. By default, customers are sorted alphanumerically by concatenating their given_name and family_name. If neither name field is set, string comparison is performed using one of the remaining fields in the following order: company_name, email, phone_number.
Use the creation date attribute (created_at) of customer profiles as the sort key.
sort
string
The results are returned in descending (e.g., newest-first or Z-A) order.
The results are returned in ascending (e.g., oldest-first or A-Z) order.
Response
// No response received yet.