GET
/
v2
/
login
curl --request GET \
  --url https://api.eda.prisme.ai/v2/login \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

provider
string
required

Auth provider name as configured in api gateway environment variables

Response

302

Redirection response