cURL
curl --request GET \ --url https://api.example.com/api/core/user/current-user \ --header 'Authorization: Bearer <token>'
{ "email": "<string>", "display_name": "<string>" }
Return email and display name for the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Successful Response
Response model for current user info
Was this page helpful?