Skip to main content

Authenticate User

POST 

/authenticateUser

This API call can be used to authenticate the user in SSM The Authorization must have Bearer followed by Token Mandatory Params: username, password

Request

Body

    password string
    username string

Responses

Authenticate User Failure / Authenticate User Success

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    message string
Loading...