It is important that these headers are sent, since not sending them could cause the APIs to deliver an undesired
result.
API Documentation
Headers and body
Example section for showcasing API endpoints
Was this page helpful?
Documentation Index
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?