Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. v3
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
        POST
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
        • Revoke Secret
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. v3

User Login

Obsolete
POST
https://api.ricardoneud.com/v3/user/login
Maintainer:Ricardoneud.com
This documentation helps you to log in with your account and obtain a temporary secret key that is valid for 24 hours, allowing you to use our API instead of traditional API keys.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.ricardoneud.com/v3/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
  "emailOrUsername": "your username/email",
  "password": "your password"
}'
Response Response Example
200 - Success
{
  "message": "Login successful",
  "userId": 123,
  "userEmail": "user@example.com",
  "secret": "c3f17b9e1739e2e1ad7891d7e8cdba97e416fa5d72aab52734f33ec4d2a45c63"
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠405Method Not Allowed
🟠401Unauthorized
🟠400Bad Request
🔴503Service Unavailable
Modified at 2025-08-17 16:21:47
Previous
Get DNS Information
Next
Get Minecraft Server
Built with