Dashboard API index
Dashboard
MaxMind GeoIP
Organizations
Stripe Connect
Stripe Subscriptions
OAuth
Example app
Example subscription app
Documentation
Configuration
UI
API
User API
/api/user/account
get
await global.api.user.Account.get(req)
/api/user/create-account
post
await global.api.user.CreateAccount.post(req)
POST
company-name
contact-email
display-email
display-name
dob
full-name
location
occupation
phone
/api/user/create-profile
post
await global.api.user.CreateProfile.post(req)
POST
company-name
contact-email
display-email
display-name
dob
full-name
location
occupation
phone
/api/user/create-reset-code
post
await global.api.user.CreateResetCode.post(req)
/api/user/create-session
post
await global.api.user.CreateSession.post(req)
POST
remember
/api/user/delete-profile
delete
await global.api.user.DeleteProfile.delete(req)
/api/user/delete-reset-code
delete
await global.api.user.DeleteResetCode.delete(req)
/api/user/profile
get
await global.api.user.Profile.get(req)
/api/user/profiles-count
get
await global.api.user.ProfilesCount.get(req)
/api/user/profiles
get
await global.api.user.Profiles.get(req)
URL
all
limit
offset
/api/user/reset-account-deleted
patch
await global.api.user.ResetAccountDeleted.patch(req)
/api/user/reset-account-password
patch
await global.api.user.ResetAccountPassword.patch(req)
/api/user/reset-code
get
await global.api.user.ResetCode.get(req)
/api/user/reset-codes-count
get
await global.api.user.ResetCodesCount.get(req)
/api/user/reset-codes
get
await global.api.user.ResetCodes.get(req)
URL
all
limit
offset
/api/user/reset-session-key
patch
await global.api.user.ResetSessionKey.patch(req)
/api/user/session
get
await global.api.user.Session.get(req)
/api/user/sessions-count
get
await global.api.user.SessionsCount.get(req)
/api/user/sessions
get
await global.api.user.Sessions.get(req)
URL
all
limit
offset
/api/user/set-account-deleted
patch
await global.api.user.SetAccountDeleted.patch(req)
/api/user/set-account-password
patch
await global.api.user.SetAccountPassword.patch(req)
/api/user/set-account-profile
patch
await global.api.user.SetAccountProfile.patch(req)
/api/user/set-account-username
patch
await global.api.user.SetAccountUsername.patch(req)
/api/user/set-session-ended
patch
await global.api.user.SetSessionEnded.patch(req)
/api/user/set-session-verified
patch
await global.api.user.SetSessionVerified.patch(req)
/api/user/update-profile
patch
await global.api.user.UpdateProfile.patch(req)
POST
company-name
contact-email
display-email
display-name
dob
full-name
location
occupation
phone
Administrator API
/api/administrator/account
get
await global.api.administrator.Account.get(req)
/api/administrator/accounts-count
get
await global.api.administrator.AccountsCount.get(req)
/api/administrator/accounts
get
await global.api.administrator.Accounts.get(req)
URL
all
limit
offset
/api/administrator/administrator-accounts-count
get
await global.api.administrator.AdministratorAccountsCount.get(req)
/api/administrator/administrator-accounts
get
await global.api.administrator.AdministratorAccounts.get(req)
URL
all
limit
offset
/api/administrator/create-reset-code
post
await global.api.administrator.CreateResetCode.post(req)
/api/administrator/delete-account
delete
await global.api.administrator.DeleteAccount.delete(req)
/api/administrator/deleted-accounts-count
get
await global.api.administrator.DeletedAccountsCount.get(req)
/api/administrator/deleted-accounts
get
await global.api.administrator.DeletedAccounts.get(req)
URL
all
limit
offset
/api/administrator/profile
get
await global.api.administrator.Profile.get(req)
/api/administrator/profiles-count
get
await global.api.administrator.ProfilesCount.get(req)
/api/administrator/profiles
get
await global.api.administrator.Profiles.get(req)
URL
accountid
all
limit
offset
/api/administrator/reset-account-administrator
patch
await global.api.administrator.ResetAccountAdministrator.patch(req)
/api/administrator/reset-code
get
await global.api.administrator.ResetCode.get(req)
/api/administrator/reset-codes-count
get
await global.api.administrator.ResetCodesCount.get(req)
/api/administrator/reset-codes
get
await global.api.administrator.ResetCodes.get(req)
URL
accountid
all
limit
offset
/api/administrator/reset-session-key
patch
await global.api.administrator.ResetSessionKey.patch(req)
/api/administrator/session
get
await global.api.administrator.Session.get(req)
/api/administrator/sessions-count
get
await global.api.administrator.SessionsCount.get(req)
/api/administrator/sessions
get
await global.api.administrator.Sessions.get(req)
URL
accountid
all
limit
offset
/api/administrator/set-account-administrator
patch
await global.api.administrator.SetAccountAdministrator.patch(req)
/api/administrator/set-account-deleted
patch
await global.api.administrator.SetAccountDeleted.patch(req)
/api/administrator/set-owner-account
patch
await global.api.administrator.SetOwnerAccount.patch(req)
Top of page
${parameter.name}
${route.url}
${route.verb}
await ${route.nodejs}.${route.verb.toLowerCase()}(req)
URL
POST