Authenticates a supplied Credential.
| URL | https://cap.crainwalnut.com/api/app/login |
|---|---|
| Method | POST |
| Name | Data Type | Description |
|---|---|---|
| <body> | Credential |
Contains identifying data for a security principal |
| Data Type | Description |
|---|---|
Boolean |
true if the Credential was authenticated successfully; otherwise, false |
The following example calls the endpoint while supplying an invalid Credential. The API responses with false, indicating that authentication did not occur.

The HTTP response from this endpoint will always contain a session cookie. In addition, the response will contain an authentication cookie upon successful authentication of the supplied Credential. These cookies should be included in subsequent requests to the API.