Skip to main content
POST
Oauth Callback

Authorizations

Authorization
string
header
required

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

Body

application/json

Body sent by the frontend after the Microsoft consent redirect.

code
string
required
state
string | null

Response

Successful Response