Skip to main content
GET
/
api
/
email
/
oauth
/
authorize
Initiate email OAuth authorization flow
curl --request GET \
  --url https://your-instance.example.com/api/email/oauth/authorize \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

provider
string

Email provider name (defaults to gmail)

Response

Authorization URL returned

Generic response envelope. Endpoint-specific fields are intentionally open.