cURL
curl --request POST \ --url https://api.example.com/oauth/authorize \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'action=<string>' \ --data 'oauth_params=<string>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
同意フォーム処理(dashboard /oauth-consent からの POST)。
セッションが切れている場合は dashboard /oauth-bridge に戻して再認証させる。
Successful Response