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

KeyDatatypeRequiredDescription
client_idstring(Required) The client ID you
created
for your application.
client_secretstring(Required) The client secret you created for your application.
redirect_uristring(Required) The URL we should redirect back to with the verification code.
statenumberIf given, we include this argument in our redirect back to the
redirect_uri. This is recommended to prevent a variety of
security issues.