/
AK
akash-network
/
Akash Network Console API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4d ago
Details
Filter operations
Addresses
3
Alert
5
Analytics
9
API Keys
5
Auth
1
Bid Screening
1
Bids
2
Billing
2
Blocks
4
Certificate
1
Chain
1
Confidential Compute
1
Deployment Settings
6
DeploymentAlert
2
Deployments
10
Gpu
4
JWT Token
1
Leases
2
NotificationChannel
6
Other
3
Payment
13
Proposals
2
Providers
9
Transactions
2
Users
19
post
Registers a new user
get
Retrieves the logged in user
get
Get user by username
put
Update user settings
get
Check if username is available
post
Subscribe to newsletter
post
Skip onboarding
get
Get template by ID
post
Save template
post
Save template description
get
Get templates by username
delete
Delete template
get
Get favorite templates
post
Add favorite template
delete
Remove favorite template
post
Resends a verification email
post
Sends a verification code to the authenticated user's email
post
Verifies the email using a 6-digit code
post
Checks if the email is verified
Validators
2
Wallet
3
WalletSetting
4
Users
Registers a new user
post
/v1/register-user
Request body
object
required
wantedUsername
string
required
email
string
required
emailVerified
boolean
required
subscribedToNewsletter
boolean
Response
Returns the registered user
object
required
data
object
required
isNewUser
boolean
required
Changes