Account
Overview
API methods for logging in and out of an account.
Methods
| API | Description |
|---|---|
| POST api/Account/Authenticate |
Authenticates the API user and returns a Token that is required for all subsequent calls for the remainder of the session. |
| POST api/Account/Logout |
Terminates the session by invalidating a previously obtained Token. |