You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users must be able to register an account with the API. This should generate an API key for them which will then be used to authenticate them with all other endpoints.
Users must be able to register an account with the API. This should generate an API key for them which will then be used to authenticate them with all other endpoints.
/apiUser
Input: {email: String, password: String}
DB Output: {email: String, password: String, api_key: UUID, itembase: String (Address; H160)}
POST Output: {api_key: UUID}
AC:
The text was updated successfully, but these errors were encountered: