Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Production
  • Back to home
  • 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
  1. Production

User Login

Obsolete
POST
https://api.ricardoneud.com/v3/user/login
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

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠405Method Not Allowed
🟠401Unauthorized
🟠400Bad Request
🔴503Service Unavailable
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"
}
Modified at 2025-10-23 17:49:25
Previous
Get DNS Information
Built with