List Companies
list_companiesList companies visible to the user with pagination. Filter results by page, per page, and include free companies to overview company settings.
Instructions
Return a list of Companies visible to the User. NOTE: This endpoint does not require the ['Procore-Company-Id' header] (https://developers.procore.com/documentation/tutorial-mpz) to be included on a request. Use this to enumerate Company Settings when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| include_free_companies | No | Query string parameter — by default the endpoint excludes free companies. Provide include_free_companies=true to include them |