Skip to main content
POST
/
oauth
/
bridge-session
Bridge Session
curl --request POST \
  --url https://api.example.com/oauth/bridge-session \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'supabase_token=<string>' \
  --data 'return_to=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/x-www-form-urlencoded
supabase_token
string
required
return_to
string
required

Response

Successful Response