Procore is construction management software used by owners, general contractors, and specialty contractors to run projects end-to-end. An unofficial API lets you programmatically pull project lists, RFIs, submittals, change orders, budgets and commitments, invoices (pay applications),

Procore is a cloud platform for construction management that centralizes project execution, financials, and field operations across stakeholders. Teams use Procore to coordinate drawings and documents, track RFIs and submittals, manage budgets and commitments, process pay applications, record daily logs, and maintain quality and safety artifacts.
Core product areas include:
Common data entities:
Construction teams rely on Procore daily, but turning portal-based workflows into API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser flows and network interactions to deliver a resilient API endpoint layer for your Procore tenant.
Book a 30-minute session to confirm your modules, licensing, and authentication model.
We deliver a hardened Procore adapter tailored to your workflows and entitlements.
Go live with continuous monitoring and automatic adjustments as Procore evolves.
Authentication
/sessionsEstablish a session using credentials. Supergood manages MFA (SMS, email, TOTP) and SSO/OAuth when enabled. Returns a short-lived auth token maintained by the platform.
Authentication
/sessions/refreshRefresh an existing token to keep sessions uninterrupted.
Projects
/projectsList projects with filters and summary details.
RFIs
/projects/{projectId}/rfisCreate a new RFI with workflow metadata and optional attachments.
Submittals
/projects/{projectId}/submittalsCreate a submittal packet, assign reviewers, and set due dates.
Invoices (Pay Applications)
/commitments/{commitmentId}/invoicesCreate an invoice/pay application against a commitment (subcontract/PO) with line items and retainage.
- Mirror projects, companies, and users into your internal systems - Keep project metadata current for analytics and reporting - Normalize addresses, statuses, and dates for multi-tenant operations
- Create RFIs from defect detections or field observations automatically - Initiate submittals with reviewers, due dates, and attachments - Track ball-in-court and status to drive SLA alerts
- Push commitments (subcontracts/POs) from your procurement system - Generate invoices/pay applications with line items and retainage - Pull financial statuses to reconcile with ERP (e.g., NetSuite, QuickBooks)
- Ingest daily logs for workforce, equipment, and notes - Attach photos, observations, and punch list items to unify QA/QC workflows - Trigger follow-ups and approvals when thresholds are met
Authentication
Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or customer-managed credentials
Response format
JSON with consistent resource schemas and pagination across modules
Rate limits
Tuned for enterprise throughput while honoring customer entitlements and usage controls
Session management
Automatic reauth and cookie/session rotation with health checks
Data freshness
Near real-time retrieval of projects, RFIs, submittals, and financial objects
Security
Encrypted transport, scoped tokens, and audit logging; respects Procore role-based permissions
Webhooks
Optional asynchronous delivery for long-running workflows (e.g., invoice approvals, submittal reviews)
Latency
Sub-second responses for list/detail queries under normal load
Throughput
Designed for high-volume project data sync and pay app processing
Reliability
Retry logic, backoff, and idempotency keys minimize duplicate actions
Adaptation
Continuous monitoring for UI/API changes with rapid adapter updates
Supergood supports workflows across commonly used modules such as Project Management (RFIs, Submittals, Drawings), Financials (Budgets, Commitments, Change Orders, Invoices/Pay Apps), and Field Operations (Daily Logs, Observations), subject to your licensing and entitlements. We scope coverage during integration assessment.
We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling.
Yes. We can normalize commitments and pay apps to match your ERP schema (e.g., cost codes, retainage, line items) and deliver updates via webhooks or polling while complying with rate and permission constraints.
Yes. We support downloading artifacts and uploading attachments via signed uploads, with checksum validation and time-limited URLs.