List customers

GET {{baseUrl}}/customers?limit=<integer>&next_page=<string>&ingest_alias=<string>&customer_ids=<string>&customer_ids=<string>&only_archived=<boolean>&salesforce_account_ids=<string>&salesforce_account_ids=<string>

List all customers.

Request Params

KeyDatatypeRequiredDescription
limitstringMax number of results that should be returned
next_pagestringCursor that indicates where the next page of results should start.
ingest_aliasstringFilter the customer list by ingest_alias
customer_idsstringFilter the customer list by customer_id. Up to 100 ids can be provided.
customer_idsstringFilter the customer list by customer_id. Up to 100 ids can be provided.
only_archivedstringFilter the customer list by only archived customers.
salesforce_account_idsstringFilter the customer list by salesforce_account_id. Up to 100 ids can be provided.
salesforce_account_idsstringFilter the customer list by salesforce_account_id. Up to 100 ids can be provided.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;customer_config&quot;:{&quot;salesforce_account_id&quot;:&quot;\u003cstring\u003e&quot;},&quot;ingest_aliases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;custom_fields&quot;:{&quot;labore06&quot;:&quot;\u003cstring\u003e&quot;},&quot;current_billable_status&quot;:{&quot;value&quot;:&quot;billable&quot;,&quot;effective_at&quot;:&quot;\u003cdateTime\u003e&quot;}},{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;customer_config&quot;:{&quot;salesforce_account_id&quot;:&quot;\u003cstring\u003e&quot;},&quot;ingest_aliases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;custom_fields&quot;:{&quot;minim_25&quot;:&quot;\u003cstring\u003e&quot;,&quot;adbb&quot;:&quot;\u003cstring\u003e&quot;,&quot;Ut_5b&quot;:&quot;\u003cstring\u003e&quot;},&quot;current_billable_status&quot;:{&quot;value&quot;:&quot;billable&quot;,&quot;effective_at&quot;:&quot;\u003cdateTime\u003e&quot;}}],&quot;next_page&quot;:&quot;\u003cstring\u003e&quot;}