Skip to main content
GET
List Customers

Authorizations

x-arms-api-key
string
header
required
x-arms-assume-user
string
header
required

Query Parameters

search_text
string

Required. Free-text search: every whitespace-separated token must prefix-match a word of the customer's name, physical city, state/province, or CIF. Case-insensitive. Examples: "home depot austin tx", "006123".

page_size
integer<int64>

Maximum customers to return. Defaults to 25; values above 100 are treated as 100.

page_token
string

next_page_token from a previous response, to fetch the following page.

exclude_custom_entries
boolean

When true, return the SCRS file's rows only, ignoring your SCRS custom entries (overrides). Defaults to false: your custom entries replace the file's rows for their facility, as they do for ListQuotes.

Response

A successful response.

customers
object[]

Matching customers, ordered by name, then city, state, and CIF.

next_page_token
string

Present when more customers match; pass it back as page_token.