/
MI
microsandbox
/
Microsandbox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 13h ago
Details
Filter operations
api-keys
3
audit-log
4
auth
8
post
POST /v1/auth/forgot-password — send a password reset email.
post
POST /v1/auth/login — authenticate with email and password.
post
POST /v1/auth/login/2fa — complete a pending login challenge with TOTP or recovery code.
post
POST /v1/auth/logout — end the current session.
post
POST /v1/auth/refresh — exchange a refresh token for a new token pair.
post
POST /v1/auth/register — create a new account with email and password.
post
POST /v1/auth/reset-password — set a new password using a reset token.
post
POST /v1/auth/verify-email — verify email address with a purpose token.
billing
18
health
2
invites
5
members
4
oauth
2
oidc
2
oidc-config
3
organizations
6
personal-access-tokens
3
quotas
3
registry-credentials
3
sandboxes
24
users
10
volumes
21
waitlist
1
auth
POST /v1/auth/logout — end the current session.
post
/v1/auth/logout
Response
Logged out
MessageResponse
required
Simple message response for operations without a body.
message
string
required
Changes