Skip to main content
GET
/
v1
/
auth
/
{app_id}
/
oauth
/
callback
OAuth callback handler
curl --request GET \
  --url https://{defaultHost}/v1/auth/{app_id}/oauth/callback \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Query Parameters

code
string
required

OAuth authorization code

state
string
required

OAuth state parameter

Response

redirect to app with magic link

Redirects to the app's login URL with magic link token

url
string

Redirect URL to app with magic link token parameter (sct_oauth)