Auth
Authorize
Begin the OAuth flow. This endpoint is used to redirect the user to the authorization URL, and will return an authorization code.
GET
Query Parameters
The response type. Must be 'code' for the authorization code flow.
Available options:
code
The client identifier.
The URI to redirect to after authorization.
The scope of the access request.
An opaque value used to maintain state between the request and callback.