Skip to main content
This introduction applies to API version v2, where only API Key Authentication is available. User Login Authentication was introduced in v3 and is not supported in earlier versions.

Authentication Methods

Access to the API supports the following authentication method:

Legacy Method: API Key Authentication

  1. Log in at Ricardoneud.com
  2. Navigate to Dashboard → API Keys
  3. Click the Create API Key button
  4. 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
  5. Click Generate
  6. Your API key is now created

Example UI:

API Key Creation UI

Usage

Use the API Key in the Authorization header of subsequent requests:
Authorization: Basic YOUR_API_KEY
This method is fully supported and compatible with v1 and v2.

API Base URLs

EnvironmentBase URLCurrent Version
Productionhttps://api.ricardoneud.comv2
Use versioned endpoints for consistency:
https://api.ricardoneud.com/v2/...

Start Testing

All API endpoints can be tested directly within this documentation. You will benefit from:
  • Real-time response previews
  • Error handling simulation
  • WebSocket event testing (where supported)
I