Avoid sharing your screen or taking screenshots while your password is visible in the request body.
User Login Authentication (v3+)
Starting from API version v3 and above, Ricardoneud.com supports a modern login-based authentication system using short-lived secret tokens. This method is designed for secure, session-based access and is the default authentication method in v4 and above.Endpoint
Request Body
Send the following JSON payload:Successful Response
A successful login returns:Usage
Use thesecret
token in the header of subsequent requests:
Token Behavior
- Validity: Each token is valid for 24 hours
- Visibility: Tokens are visible in the dashboard and can be manually revoked
- Regeneration: New tokens can be issued at any time by re-authenticating via the same endpoint
Legacy Method (API Key)
The legacy API Key authentication method remains fully supported and functional across all versions.Create an API Key
Follow these steps to generate a new API key:- Login at Ricardoneud.com
- Navigate to Dashboard → API Keys
- Click the Create API Key button
- In the modal that appears:
- Enter a descriptive name for your API key
- Configure the desired permissions
- Set the state to
Production
using the environment selector
- Click Generate
- Done! Your API key is now created
