Skip to main content
GET
/
v1
/
auth
/
{app_id}
/
oauth
/
authorize
Initiate OAuth authorization
curl --request GET \
  --url https://{defaultHost}/v1/auth/{app_id}/oauth/authorize \
  --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

provider
string
required

OAuth provider (e.g., google_oauth2, github)

Response

redirect to provider

Redirects to the OAuth provider authorization page

url
string

OAuth provider authorization URL