/
/Bluente API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 4d ago
BranchIO2
Client5
coursev216
custom_font5
feature_access2
learnV27
ocr8
Onboarding10
Organization9
preferences3
role_play6
search1
service-status2
test1
translate16
Translate1
translation14
user29
  • postChange the user's spoken language and learning language
  • getwechat server verify api entry point
  • getwechat login ticket
  • getwechat server verify api entry point
  • postwechat server verify api entry point
  • postGets UserLoginResponse and a new JWT Token, output http code 200 and json response
  • postrevenue_cat webhook callback
  • postCreation of user
  • getActivate account
  • post创建用户 API Key
  • post作废指定的 API Key
  • get获取用户所有未过期的 API Key
  • postDeletes user
  • postUpdate deletion reason
  • postGenerate referral code
  • getGet invite details
  • postLogging in with user
  • postLogging in with user
  • getGet User Profile
  • postCreation of user profile
  • postResend activation email
  • postReset password
  • getVerify the token of Reset password
  • postClient post new password side change password
  • getGet revenue cat subscriber info
  • postUpdates password
  • postLogging in with WeChat
  • postGet the callback of wechat pay
  • postClient Get wechat pay order pay info
user_config2
WordList13
    user

    获取用户所有未过期的 API Key

    获取用户所有未过期的 API Key,返回脱敏处理后的 API Key

    get/v2/user/api_keys

    Headers

    Authorizationstring required

    With the bearer started

    Response

    success

    codeinteger

    0=success,only parse data when code=0

    messagestring

    tip message

    Example response

    {
      "message": "success"
    }

    Changes