v1
latestOpenAPI 3.1.12026-07-222968170.1 KBcustomers
get/v2/customers
Query parameters
since_idinteger
Return only resources whose id is after the specified id
limitinteger
Max number of resources to return per request
pageinteger
Fetch another page of results. This field is deprecated and will be removed in a future version of the API. Use cursors for pagination instead
sort_field'id' | 'updated_at'
sort_direction'asc' | 'desc'
cursorstring
Fetch another page of results using a cursor returned in a previous response
emailstring
Return only customers whose email contains the specified string
created_at_minstring
Return only customers created on or after the specified ISO 8601 datetime string
created_at_maxstring
Return only customers created before the specified ISO 8601 datetime string
updated_at_minstring
Return only customers updated on or after the specified ISO 8601 datetime string
updated_at_maxstring
Return only customers updated before the specified ISO 8601 datetime string
Response
200