Authorization Endpoint
GET {{baseUrl}}/1/oauth/login?client_id=nostrud cillum sed in&client_secret=nostrud cillum sed in&redirect_uri=https://app.postman.com/oauth2/callback&state=1234
Redirect end users to this URL to get an OAuth 2.0 verification code, which you can exchange for an access token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | (Required) The client ID you | |
created | |||
for your application. | |||
client_secret | string | (Required) The client secret you created for your application. | |
redirect_uri | string | (Required) The URL we should redirect back to with the verification code. | |
state | number | If given, we include this argument in our redirect back to the | |
redirect_uri. This is recommended to prevent a variety of | |||
security issues. | |||