Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data

Authorization code, redirect URI and platform in form-data.

code
string
required

The authorization code received from the OAuth provider.

redirect_uri
string
required

The redirect URI used in the OAuth flow.

platform
enum<string>
required

The calendar platform.

Available options:
microsoft_outlook,
google

Response

Calendar connected successfully.

result
object
required
message
string
required
Example:

"Calendar connected successfully."

status_code
integer
required
Example:

200

destination
string | null
required
Example:

null