cURL
curl --request GET \ --url https://api.example.com/api/core/user/profile \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "<string>", "preferred_language": "en", "preferred_model": "<string>", "favorite_use_cases": [ "<string>" ], "login_history": [ { "timestamp": "2023-11-07T05:31:56Z", "method": "<string>", "ip_address": "<string>", "user_agent": "<string>" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "oauth_tokens": {} }
Retrieve the authenticated user’s profile information including preferences and favorites. Adds a login entry to the user’s history.
Bearer token authentication. Format: 'Bearer '
Successful Response
Model for storing user profile and settings
de
en
Show child attributes
Was this page helpful?