Restful APIs to access Walrus.
Version: dev
Restful APIs
Restful APIs to access Walrus.
Authentication
HTTP: Basic Auth
HTTP: Bearer Auth
Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |
Bearer Authentication, the token must be a valid Seal API token.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |