cURL
curl --request GET \ --url https://api.eda.prisme.ai/v2/login/azure \ --header 'Authorization: Bearer <token>'
Starts 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?