User login

Obtain a login token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The response to this call is a token that you can use to authenticate subsequent API calls. This token can be used only with HTTP requests from the IP address that requested the token.

Warning

This is the least secure authentication method.

ℹ️

Notes

  • To use the user login endpoint, you must have the Authorize to log in using an API call Security Function.
  • When you log in, either via API or with the Orange Logic interface, your web browser creates a session cookie that is valid for both the user interface and API calls. The cookie remains active for the duration of the session. As long as you remain logged in and continue to use the same browser, you don’t need to provide a token to authenticate API calls. If you provide an invalid token while a valid cookie is in effect, Orange Logic accepts the cookie and ignores the token.

Response headers

This API returns standard headers in an APIRequestInfo section.

In addition, this API returns an APIResponse section that shows how Orange Logic has interpreted the user information provided. This section of the response includes a user login name, password, and email. Use this information to verify that the token you receive is authentication for the intended user.

Body Params
string
required

The user’s email or Login ID

string
required

The user’s password

string
required
Defaults to XML

The response format (XML or JSON)

boolean
Defaults to false

Whether the response includes the user’s email

string
Defaults to yyyy-MM-ddTHH:mm:ss

The output date format

Headers
string

An authentication token. If empty, the token included in the current cookie is used.

Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json