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

Read Profile

GET
https://api.ricardoneud.com/v4/oauth2/profile
This documentation will help you retrieve the profile of the authorized user using the received access token.

Request

Authorization
API Key
Add parameter in header
AccessToken
Example:
AccessToken: ********************
or

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v4/oauth2/profile' \
--header 'AccessToken: <api-key>'
Response Response Example
200 - Success
{
    "id": "b2f41c92-2f73-4b4b-8a51-7c1f2d4e9c1a",
    "username": "exampleuser",
    "name": "Example Name",
    "email": "user@example.com",
    "plan": "Free Plan",
    "created_at": "2025-01-10T14:25:30.000Z",
    "updated_at": "2025-10-31T08:42:15.000Z",
    "deletion_requested_at": null
}
Modified at 2025-10-31 17:17:19
Previous
Access Token
Built with