GET
Get an Authorization Code
This call is meant to be done in a browser, this will redirect a user to a login page. Once the user logs-in and consents to the access rights for your application, a redirect will occur to the Redirect URI defined in the query parameter along with an Authorization Code included in the query string as "code=". The Redirect URI must match was is defined in your Application config.
Resource URL
https://api.honeywell.com/oauth2 /authorize
Query Parameters
Name | Values | Description |
---|---|---|
response_type
(required) |
||
redirect_uri
(required) |
Must match the Redirect URI defined in your Application Setup |
|
client_id
(required) |
Client ID is your API Key |
|
state |
State parameter is defined by the requester with each unique authorization. This parameter is returned along with the redirect and authorization code. If used during the request, it should be verified to match upon redirect. |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
|
Content Type |
|
Category |
Authorization |
Working...