Skip to main content
GET
/
auth
/
oauth
/
{provider}
/
authorize
Oauth Authorize
curl --request GET \
  --url https://api.example.com/auth/oauth/{provider}/authorize
{
  "authorization_url": "<string>",
  "provider": "<string>",
  "state": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

provider
string
required

Response

Successful Response

authorization_url
string
required
provider
string
required
state
string
required