Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.app.shinzo.ai/auth/fetch_user \ --header 'Authorization: Bearer <token>'
Retrieve the authenticated user’s profile information.
Authorization: Bearer <jwt_token>
curl -X GET https://api.app.shinzo.ai/auth/fetch_user \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{ "uuid": "usr_abc123def456", "email": "user@example.com", "email_verified": true, "created_at": "2025-01-15T10:30:00Z", "updated_at": "2025-01-20T14:45:00Z" }
uuid
email
email_verified
created_at
updated_at
200
401