halo
  1. UserV1alpha1Console
halo
console
  • all
  • console
  • extension
  • public
  • uc
  • AttachmentV1alpha1Console
    • SearchAttachments
      GET
    • ExternalTransferAttachment
      POST
    • UploadAttachment
      POST
  • AuthProviderV1alpha1Console
    • listAuthProviders
      GET
    • disableAuthProvider
      PUT
    • enableAuthProvider
      PUT
  • CommentV1alpha1Console
    • ListComments
      GET
    • CreateComment
      POST
    • CreateReply
      POST
  • IndicesV1alpha1Console
    • RebuildAllIndices
      POST
  • NotifierV1alpha1Console
    • FetchSenderConfig
    • SaveSenderConfig
    • VerifyEmailSenderConfig
  • PluginV1alpha1Console
    • ListPlugins
    • fetchCssBundle
    • fetchJsBundle
    • InstallPluginFromUri
    • InstallPlugin
    • fetchPluginJsonConfig
    • updatePluginJsonConfig
    • ChangePluginRunningState
    • reloadPlugin
    • ResetPluginConfig
    • fetchPluginSetting
    • UpgradePlugin
    • UpgradePluginFromUri
  • PostV1alpha1Console
    • ListPosts
    • DraftPost
    • UpdateDraftPost
    • deletePostContent
    • fetchPostContent
    • UpdatePostContent
    • fetchPostHeadContent
    • PublishPost
    • RecyclePost
    • fetchPostReleaseContent
    • revertToSpecifiedSnapshotForPost
    • listPostSnapshots
    • UnpublishPost
  • ReplyV1alpha1Console
    • ListReplies
  • SinglePageV1alpha1Console
    • ListSinglePages
    • DraftSinglePage
    • UpdateDraftSinglePage
    • deleteSinglePageContent
    • fetchSinglePageContent
    • UpdateSinglePageContent
    • fetchSinglePageHeadContent
    • PublishSinglePage
    • fetchSinglePageReleaseContent
    • revertToSpecifiedSnapshotForSinglePage
    • listSinglePageSnapshots
  • SystemV1alpha1Console
    • getStats
  • TagV1alpha1Console
    • ListPostTags
  • ThemeV1alpha1Console
    • ListThemes
    • fetchActivatedTheme
    • InstallThemeFromUri
    • InstallTheme
    • activateTheme
    • InvalidateCache
    • fetchThemeJsonConfig
    • updateThemeJsonConfig
    • Reload
    • ResetThemeConfig
    • fetchThemeSetting
    • UpgradeTheme
    • UpgradeThemeFromUri
  • UserV1alpha1Console
    • ListUsers
      GET
    • CreateUser
      POST
    • GetCurrentUserDetail
      GET
    • UpdateCurrentUser
      PUT
    • ChangeOwnPassword
      PUT
    • SendEmailVerificationCode
      POST
    • VerifyEmail
      POST
    • GetUserDetail
      GET
    • DeleteUserAvatar
      DELETE
    • UploadUserAvatar
      POST
    • ChangeAnyonePassword
      PUT
    • GetPermissions
      GET
    • GrantPermission
      POST
    • DisableUser
      POST
    • EnableUser
      POST
  • SystemConfigV1alpha1Console
    • getSystemConfigByGroup
    • updateSystemConfigByGroup
  • MigrationV1alpha1Console
    • getBackupFiles
    • DownloadBackups
    • RestoreBackup
  • PolicyAlpha1Console
    • getPolicyConfigByGroup
    • updatePolicyConfigByGroup
  1. UserV1alpha1Console

SendEmailVerificationCode

POST
/apis/api.console.halo.run/v1alpha1/users/-/send-email-verification-code
Send email verification code for user

请求参数

Header 参数

Body 参数application/json

示例
{
    "email": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.80.101:8090/apis/api.console.halo.run/v1alpha1/users/-/send-email-verification-code' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "string"
}'

返回响应

🟢200成功
application/json
default response
Body

示例
{}
修改于 2025-09-17 17:11:35
上一页
ChangeOwnPassword
下一页
VerifyEmail
Built with