Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. User Login
  • Back to home
  • v4
  • Games
    • Minecraft
      • Get Minecraft Server
  • Tools
    • Get DNS Information
      GET
    • Get Domain Information
      GET
    • Mail DNS Checker
      GET
    • Validate Email Host
      POST
    • Get Subdomains
      GET
    • Geo IP
      GET
  • User Login
    • Create Secret
      POST
    • Revoke Secret
      DELETE
  • Oauth2
    • Access Token
      POST
    • Read Profile
      GET
  1. User Login

Create Secret

POST
https://api.ricardoneud.com/v4/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.
Don't share your screen or take screenshots while your password is in the request body!

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠405Method Not Allowed
🟠403Forbidden
🟠401Unauthorized
🟠400Bad Request
🟠429To Many Requests
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.ricardoneud.com/v4/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
  "emailOrUsername": "your username/email",
  "password": "your password",
  "sendEmail": "true"
}'
Response Response Example
200 - Success
{
  "message": "Login successful",
  "userId": 123,
  "userEmail": "user@example.com",
  "secret": "UmljYXJkb05ldWQuQXBpQ29ubmVjdC0xYTJiM2M0ZDVlNmY3Zzho"
}
Modified at 2025-10-23 17:49:25
Previous
Geo IP
Next
Revoke Secret
Built with