GET /rest/v1.0/companies
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.
Servers
- https://api.procore.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Page |
per_page |
Integer | No |
Elements per page |
include_free_companies |
Boolean | No |
By default the endpoint excludes free companies. Provide include_free_companies=true to include them |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.