GET /oauth/authorize
Creates and returns a temporary authorization code with 10 minute expiration. Note that all parameters listed below are required. This endpoint corresponds to the OAuth 2.0 authorization endpoint described in section 3.1 of the OAuth 2.0 RFC. See the Authentication Guide for additional information and authentication examples.
Servers
- https://api.procore.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
client_id |
String | Yes |
Client ID you were assigned when you registered your application. |
response_type |
String | Yes |
Response type. Value should be Possible values:
|
redirect_uri |
String | Yes |
The URI that the user will be redirected to after they grant authorization to your application. For browser-based web applications, use a |
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.