Skip to main content
GET
/
api
/
v1
/
auth
/
oauth
/
{provider}
/
start
Oauth Start
curl --request GET \
  --url https://api.example.com/api/v1/auth/oauth/{provider}/start
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

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

Path Parameters

provider
string
required

Query Parameters

redirect_to
string
default:/

Response

Successful Response