List Companies
Returns a list of all Company accounts, sorted by companyId from highest to lowest by default. Pass optional parameters to modify the results.
Returns a list of all Company accounts, sorted by companyId from highest to lowest by default. Pass optional parameters to modify the results.
Determines the number of records to return per page. If left blank, this defaults to 10.
The number of results to skip before returning the first result. If left blank, this defaults to 0.
Indicates whether or not the response will include Company extra fields. If the parameter is not included, the response will exclude extra fields by default.
A value of 0 will exclude extra fields, while a value of 1 will include them.
The Company’s activity status. See Company Status Codes to learn about their corresponding statuses.
Establishes how results are filtered when using the extraFields parameter. The search filter type allows for partial matches, while the exact-match filter type only returns results that exactly match the specified criteria.
The filter type defaults to search when no parameter is provided.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The earliest Unix timestamp that can be returned for a modified Company account.
The latest Unix timestamp that can be returned for a modified Company account.
The earliest Unix timestamp that can be returned for a modified Company account.
The latest Unix timestamp that can be returned for a modified Company account.
Use this array to filter results by an extra field name-value pair.
Exact usage is formatted as ?extraFields=name:value. Including this filter returns any Company account where the extra field name contains value. To search on more than one extra field, the parameter may be repeated to capture more specific instances such as ?extraFields=name1:value1&extraFields=name2,value2, which will return all Companies where the extra fields name1 and name2 contain value1 and value2, respectively.