v1

latestOpenAPI 3.1.02026-07-1314020.1 KB
OAuth

OAuth 2.1 authorization endpoint (consent POST)

Receives the user/team selection from the dashboard, validates the session cookie, mints an authorization code, and redirects to the client's redirect_uri.

post/oauth/authorize

Request body

response_type'code' required
client_idstring required
team_idstring required
redirect_uristring uri required
scopestring nullable
statestring
code_challengestring required
code_challenge_method'S256' required