GET
/
v2
/
login
/
callback
curl --request GET \
  --url https://api.eda.prisme.ai/v2/login/callback \
  --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

state
string

OAuth state param

code
string

OAuth authorization code

scope
string

OAuth requested scopes

query
object

Response

302

Redirection response