Use this endpoint to list or search for customers using filters or query parameters
Use your Straddle API Key in the Authorization header as Bearer
For use by platforms to specify an account_id to set the scope of a request.
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Page number for paginated results. Starts at 1.
Number of results per page. Maximum: 1000.
name, created_at asc, desc Start date for filtering by created_at date.
End date for filtering by created_at date.
Filter customers by name (partial match).
Filter by your system's external_id.
Filter customers by email address.
Filter customers by their current status.
pending, review, verified, inactive, rejected General search term to filter customers.
Filter by customer type individual or business.
individual, business OK
Indicates the structure of the returned content.
data field contains a single JSON object.data field contains an array of objects.data field contains an error object with details of the issue.object, array, error, none