Skip to main content
GET
/
api
/
auth
/
social
/
{provider}
Redirect to OAuth provider consent screen
curl --request GET \
  --url https://api.example.com/api/auth/social/{provider}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

provider
string
required

Response

Successful Response