Users
User Management API
Manage user profile information and settings.
Base URL
https://api.realm.ai/v1/user
Get User Profile
Retrieves the profile information for the authenticated user.
Method:
GET
Endpoint:
/profile
Authentication: API Key
Response 200 OK
Update User Profile
Updates mutable profile information for the authenticated user.
Method:
PATCH
Endpoint:
/profile
Authentication: API Key
Request Body
Response 200 OK
Error Responses
400 Bad Request
: Invalid input format (e.g., invalid Solana address).409 Conflict
: Username already taken.
(Additional endpoints for managing API keys, notification settings, etc., could be added here)
Last updated