1. Home
  2. API Documentation
  3. Overview
  4. Login and Authentication

Login and Authentication

Login

Request Sample (JSON)

{
  "loginName": "[email protected]",
  "password": "******"
}

Response Sample

{
  "xy8X4yXYxxYY4XXyy4xxYyYe4"
}

HTTP Post

This is the access API, and it provides you with the access token which enables you to call and use the other APIs.

The response is the access token and needs to be passed on the request header of all subsequent API calls being made.  The token will be expired after 2 hours

Request URL

https://api.scestaging.com/v3/Client/Login

Field In Type Description Mandatory / Optional
loginName Body string Email address used for registration Mandatory
password Body string Password used to enter the system Mandatory

 

Response codes

HTTP Status Description Message
200 Success
400 Incorrect credentials