1
Sign up for a developer account
- Go to the Procore Developer Portal and sign up for a developer account.
- If you already have an account, sign in to the developer portal.
2
Create a sample application
- Click on your profile, then select My Apps.
- Click Create New App, enter a name for your app, and submit the form.
- You will be redirected to your app’s settings. Click the OAuth credentials tab and set the Redirect URI to
https://api.nango.dev/oauth/callback.
3
Get your credentials
- From the same tab, click the Show Client Secret button to reveal both your Client ID and Client Secret.
- You’ll need these when configuring the integration in Nango.
4
Next
Follow the Quickstart to connect your first account.
Connection configuration
Procore requires a Company ID to make API calls. This can be provided in two ways:- Optional field: When connecting a Procore account, users can optionally provide a
companyId. If provided, Nango will use this company ID for all API requests. - Automatic retrieval: If no
companyIdis provided, Nango will automatically fetch the first company from the/rest/v1.0/companiesendpoint after the OAuth authorization completes and store it in the connection configuration.