All URIs are relative to http://localhost/api/v1
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | anonymousAuth | POST /anonymous-auth | Authenticate as an anonymous user, either using an existing user identifier or creating a new one. |
DefaultApi | changeAccount | POST /change-account | Change the blockchain (Joystream) account associated with the Gateway account. Delete the old account's encryption artifacts and optionally set new ones. |
DefaultApi | confirmEmail | POST /confirm-email | Confirm account's e-mail address provided during registration. |
DefaultApi | createAccount | POST /account | Create a new Gateway account. Requires anonymousAuth to be performed first. |
DefaultApi | getArtifacts | GET /artifacts | Get wallet seed encryption artifacts. |
DefaultApi | getSessionArtifacts | GET /session-artifacts | Get wallet seed encryption artifacts for the current session. |
DefaultApi | login | POST /login | Login to user's account by providing a message signed by the associated blockchain account. |
DefaultApi | logout | POST /logout | Terminate the current session. |
DefaultApi | postSessionArtifacts | POST /session-artifacts | Save wallet seed encryption artifacts for the current session on the server. |
DefaultApi | requestEmailConfirmationToken | POST /request-email-confirmation-token | Request a token to be sent to account's e-mail address, which will allow confirming the ownership of the e-mail by the user. |
- ActionExecutionPayload
- ActionExecutionRequestData
- AnonymousUserAuthRequestData
- AnonymousUserAuthResponseData
- AnonymousUserAuthResponseData_allOf
- ChangeAccountRequestData
- ChangeAccountRequestData_allOf
- ConfirmEmailRequestData
- CreateAccountRequestData
- CreateAccountRequestData_allOf
- EncryptionArtifacts
- GenericErrorResponseData
- GenericOkResponseData
- LoginRequestData
- LoginRequestData_allOf
- LoginResponseData
- RequestTokenRequestData
- SessionEncryptionArtifacts
- Type: HTTP basic authentication
- Type: API key
- API key parameter name: session_id
- Location: