Skip to main content
POST
/
api
/
v1
/
oauth
/
initiate
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

X-Workspace-Id
string | null

The workspace ID

Body

application/json

Request to initiate OAuth flow.

integration_id
string
required
auth_method_id
string
default:oauth2
scopes
string[] | null
redirect_uri
string | null

Response

Successful Response

The response is of type any.