Skip to main content

Account

Overview

API methods for logging in and out of an account.

Methods

APIDescription
POST api/Account/AuthenticateAuthenticates the API user and returns a Token that is required for all subsequent calls for the remainder of the session.
POST api/Account/LogoutTerminates the session by invalidating a previously obtained Token.