PluralBuddyPluralBuddy
API ReferencesAuthentication

Authorize an OAuth2 request

GET
/auth/oauth2/authorize

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Query Parameters

response_type*string

OAuth2 response type (e.g., 'code')

client_id*string

OAuth2 client ID

redirect_uri?string

OAuth2 redirect URI

Formaturi
scope?string

OAuth2 scopes (space-separated)

state?string

OAuth2 state parameter

code_challenge?string

PKCE code challenge

code_challenge_method?string

PKCE code challenge method

nonce?string

OpenID Connect nonce

prompt?string

OAuth2 prompt parameter

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/auth/oauth2/authorize?response_type=string&client_id=string"
Empty

How is this guide?