End azure authentication
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>'
Redirection response
Was this page helpful?