POST
/
v2
/
login
/
azure
/
callback
curl --request POST \
  --url https://api.eda.prisme.ai/v2/login/azure/callback \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data 'code=<string>' \
  --data 'client_info=<string>' \
  --data 'state=<string>' \
  --data 'session_state=<string>'

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Body

application/x-www-form-urlencoded
code
string
client_info
string
state
string
session_state
string

Response

302

Redirection response