grant_app_authorization
Authorize third-party applications to access Procore data by obtaining user consent through OAuth 2.0 authentication flow.
Instructions
Grant App Authorization. [Platform - Developer Tools/Authentication] GET /oauth/authorize
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_type | Yes | Response type. Value should be `code` for server apps, `token` for client apps. | |
| client_id | Yes | Client ID you were assigned when you registered your application. | |
| redirect_uri | Yes | The URI that the user will be redirected to after they grant authorization to your application. For browser-based web applications, use a `https://` web address. For "headless" applications use `ur... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |