Skip to main content
GET
/
org
/
{org_id}
/
integrations
/
oauth
/
{provider}
/
authorize
Initiate OAuth authorization
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/integrations/oauth/{provider}/authorize
{
  "data": "<unknown>",
  "error": "<unknown>",
  "message": "<string>",
  "status": true
}

Path Parameters

org_id
string
required

Organization ID

provider
string
required

OAuth provider (google, microsoft, hubspot, salesforce)

Query Parameters

return_url
string

URL to redirect after OAuth completion

Response

Redirect to OAuth provider