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.mokaru.ai/v1/interests \ --header 'Authorization: Bearer <token>'
List interests and hobbies on your career profile
interests:read
GET /v1/interests?limit=25&offset=0
{ "data": [ { "id": "clx...", "name": "Photography", "description": "Landscape and street photography", "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-01-15T10:00:00.000Z" } ], "total": 4, "hasMore": false, "limit": 25, "offset": 0 }
Was this page helpful?