Medium
Request string
Authentication service supports POST HTTP method.
Creatio application address.
To perform authentication, call the Login AuthService.svc method.
Request headers
Encoding and resource type passed in the request body.
The ForceUseSession header accounts for using the existing session.
Request body
The request body must pass the Creatio user credentials. The credentials are passed as a JSON object.
The user name of a Creatio user.
The password of a Creatio user.
HTTP status code
HTTP status code.
Status codes
200 OK | The request has been completed sucessfully and the resource value is not equal to zero. In this case, the request body should contain the authentication status code. If it contains 0, the authentication is successful. In case of unsuccessful authentication, the authentication status code will equal 1 and the request body will contain a message about the cause of the unsuccessful authentication. |
---|---|
403 Forbidden | The server cannot provide access to the resource specified in the request (for example, if a method name is spelled incorrectly). Request body can contain additional information. |