API Reference

Authenticates a user for the provided email/username and shaPassword, or creates or retrieves a user for the provided sso auth code. Return a user object containing an access token.
If a user is preregistered or has not completed their account setup such as assigning their authority wallet or setting their password, as long as they have had an email assigned to their account, a one-time password can be emailed to the user. This can be done by using the basic auth flow and omitting the password field or passing an empty string for the password.
You can then auth the user by providing the sha256(one time password) equivalent as the password for this auth endpoint.

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!