Retrieve the authenticated user's complete profile information. Alternative endpoint to /v1/user/me.
GEThttps://api.aitronos.com/v1/user/profile
Note: This endpoint is functionally identical to GET /v1/user/me. Both return the same user profile data.
For complete documentation, examples, and response schemas, see Get User Profile.
GET /v1/user/me(primary)GET /v1/user/profile(alternative)
Returns a JSON response indicating success or failure.
Bash
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/user/profile" \
-H "X-API-Key: $FREDDY_API_KEY"