Get all customers, limited by parameters. The result will
match all parameters with AND.
Search is done by prefix match, and + in phone_number/email
must be URL encoded, (+4799999999 => %2B4799999999)
Users with type contact are by default excluded from the result,
use type=contact or type=any to include contact users
The response from a request that match contact users will include the users that are linked from the contact
scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9lookup customers by token value
lookup customer by token type
lookup customer by email
lookup customer by phone_number
lookup customer by type
customer, company, contact, employee, other, any lookup customer where search term match name, phone number, customer_id or email. The search term will be matched with the user details
lookup customers by tag id
include deleted customers in the response. A deleted user will only have an id/customer_id, created_at/created_by and deleted_at/deleted_by set All other details of a customer, like email or phone_number will be deleted.
include customers that has all the attributes.
4Combine with attributes_keys to include customers
with match on attribute values
4lookup customers that has been added or modified
since an ISO timestamp. NOTE: this parameter can't be combined
with starting_after parameter. Retrieve next page by updating
since_datetime to the latest updated_at value found in the result
A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
1 <= x <= 100cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
include total-count header in the response
Customer collection
Describe type of a user.
company property is required when using the type companycompany property is only supported for users with type other
or companyemployee or other requires
admin:customers or write:customers scope.customer or companycustomer, company, contact, employee, other The customer id you have defined for the customer. (must not have trailing or leading spaces) An auto-generated customer_id will be created if no customer_id is provided.
255A set of key/value pairs that you can attach to a customer object. It can be useful for storing additional information about the customer in a structured format. You can unset an individual key by setting its value to null and then saving. To clear all keys, set metadata to null
{ "dob_year": 1985 }An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
"John"
"Doe"
customer email,
case insensitive duplication control prevents
multiple user with same type to have equal email
customer@example.com is equal to CUStOMer@EXAMPLE.com
"customer@example.com"
A phone number in E.164 number formatting.
"+4799999999"
Custom attributes
Status of the customer
customer favorite store
The source that recruited the customer
Customers consent for marketing in different channels
Company details, supported when type is Company
"male"
"1990-09-20"
The users that it is a contact for, supported when type is contact