Skip to main content
POST
Initialize microsoft oauth

Authorizations

Authorization
string
header
required

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

Response

Default Response

session_id
string

Session ID for polling status

Example:

"abc123def456"

auth_url
string

Microsoft authorization URL to redirect user to

Example:

"https://login.microsoftonline.com/common/oauth2/v2.0/authorize?..."

expires_at
string<date-time>

Session expiry time (10 minutes from creation)

Example:

"2026-01-14T12:30:00.000Z"