Deprecated. Returns the authentication type for the specified user email id
POSThttps://api.spectrocloud.com/v1/auth/login
Deprecated. Returns the authentication type for the specified user email id
Request
- application/json
Body
required
emailIdstring
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
appEnvstring
authTypestring
Possible values: [password
, sso
]
Deprecated.
orgNamestring
Deprecated.
orgs
object[]
redirectUrlstring
Deprecated.
{
"appEnv": "string",
"authType": "password",
"orgName": "string",
"orgs": [
{
"authType": "password",
"orgName": "string",
"redirectUrl": "string"
}
],
"redirectUrl": "string"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/auth/login' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"emailId": "string"
}'