Create Installation Request
create_installation_requestCreates an installation request for a developer app in Procore, submitting it to company admins and returning the new request ID. Requires company ID, developer app ID, and implicit flag.
Instructions
Request to install a new application. Creates the installation request and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, developer_app_id, implicit. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: POST /rest/v1.0/installation_requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | JSON request body field — notes. Notes to be sent to company admins along with the request. | |
| implicit | Yes | JSON request body field — implicit. Defines whether request has been made implicitly. | |
| company_id | Yes | JSON request body field — company ID. Note: Only one of project_id or company_id is required. | |
| developer_app_id | Yes | JSON request body field — iD of an application from the developer portal |