Skip to main content

Deprecated. Returns the authentication type for the specified user email id

POST 

https://api.spectrocloud.com/v1/auth/login

Deprecated. Returns the authentication type for the specified user email id

Request

Body

required

    emailIdstring

Responses

OK

Schema

    appEnvstring
    authTypestring

    Possible values: [password, sso]

    Deprecated.

    orgNamestring

    Deprecated.

    orgs

    object[]

  • Array [

  • authTypestring

    Possible values: [password, sso]

    orgNamestring
    redirectUrlstring
  • ]

  • redirectUrlstring

    Deprecated.

curl -L 'https://api.spectrocloud.com/v1/auth/login' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"emailId": "string"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Body required
{
"emailId": "string"
}