List

Lists coordinator-created shipper accounts with association filters, name search, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (AccountListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

searchstringOptional

Full-text account name search query

filter_account_idstringOptional
Filter by account ID
filter_org_idstringOptional

Filter by associated on-CHRT shipper organization

filter_off_chrt_org_data_idstringOptional

Filter by associated off-CHRT shipper organization data

sort_by"name"Optional
Field to sort by
sort_orderenumOptional
Sort order
Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Accounts List V1request Unprocessable Entity Error