Authentication
Authentication is performed through the Login and Logout functions.
It is an HTTPS POST request that will include the username, password, and the accountId we're logging into.
Typescript
Javascript
Here is an example login screen you can reference. This example does not handle the success/failure gracefully and just displays a simple message. You will need to edit it to set your accountId.