v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Authentication

OAuth Authorization Request

The authorization endpoint is used to interact with the resource owner and obtain an authorization grant. See https://datatracker.ietf.org/doc/html/rfc6749#section-3.1 for details. At the end of the flow it will send a code value back to/via the redirecttion URL specified in the client’s config & initial request (as they need to be the same).

post/oauth/authorize

Query parameters

response_typestring required

Value MUST be set to "code".

client_idstring required

The client identifier.

redirect_uristring

The URL to redirect to after authorization has been granted.

scopestring

The scope of the access request.

statestring

An opaque value used by the client to maintain state between the request and callback.