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/custom-sections/{id} \ --header 'Authorization: Bearer <token>'
Get a single custom CV section with its items
custom-sections:read
GET /v1/custom-sections/clx...
{ "data": { "id": "clx...", "sectionTitle": "Volunteer Work", "icon": "heart", "enabledFields": ["title", "organization", "description"], "displayOrder": 0, "items": [/* ... */], "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-01-15T10:00:00.000Z" } }
Was this page helpful?