Skip to main content
GET
/
v1
/
oauth
/
authorize
Authorize
curl --request GET \
  --url https://api.agentpowers.ai/v1/oauth/authorize
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

client_id
string
required
redirect_uri
string
required
response_type
string
required
state
string
required
code_challenge
string
required
code_challenge_method
string
default:S256

Response

Successful Response