cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/login/azure/callback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'code=<string>' \ --data 'client_info=<string>' \ --data 'state=<string>' \ --data 'session_state=<string>'
End azure authentication
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Redirection response
Was this page helpful?