Skip to main content
GET
/
api
/
core
/
google_oauth
/
authorize
Get Google OAuth 2.0 authorization URL
curl --request GET \
  --url https://api.example.com/api/core/google_oauth/authorize \
  --header 'Authorization: Bearer <token>'
{
  "authorization_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

oauth_credential_id
string
required

Response

Successful Response

authorization_url
string
required