Skip to main content
POST
/
oauth
/
authorize
Authorize Post
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": {}
    }
  ]
}

Cookies

oauth_session
string | null

Body

application/x-www-form-urlencoded
action
string
required
oauth_params
string
required

Response

Successful Response