AI Builder Endpoints
- API Gateway
- POSTPost v2loginanonymous
- POSTPost v2loginmfa
- GETGet v2login
- GETGet v2logincallback
- POSTPost v2logincallback
- GETGet v2loginazure
- POSTPost v2loginazurecallback
- GETGet v2me
- DELDelete v2user
- PATCHPatch v2user
- POSTPost v2userphoto
- GETGet v2useraccesstokens
- POSTPost v2useraccesstokens
- DELDelete v2useraccesstokens
- POSTPost v2usermfa
- POSTPost v2usermeta
- DELDelete v2usermeta
- POSTPost v2contacts
- DELDelete v2users
- PATCHPatch v2users
- POSTPost v2signup
- POSTPost v2userpassword
- POSTPost v2uservalidate
- POST
- permissions
- Prisme.ai Events
- Prisme.ai Runtime
- Prisme.ai Workspaces
- Secrets
- ApiKeys
API Gateway
Post v2loginazurecallback
End azure authentication
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>'
Body
application/x-www-form-urlencoded
Response
302
Redirection response
Was this page helpful?
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>'