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.
Example section for showcasing API endpoints
{ "headers": { "Accept": "application/json", "Authorization": "Bearer {token}", "Content-Type": "application/json" }, ... }
{ { "data": [ { "documentId": "<string>", ..., "createdAt": "2025-01-01T00:00:00Z", "deletedAt": null, "isActived": true, "isDeleted": false, "updatedAt": "2025-01-01T00:00:00Z" } ], "metadata": { "correlation": "<string>", "currentPage": 1, "itemsPerPage": 100, "status": 200, "timestamp": "2025-01-01T00:00:00Z", "totalItems": 100, "totalPages": 10 } } }
Was this page helpful?