cURL
curl --request GET \ --url https://api.example.com/claims
{ "data": [ { "metadata": [ { "key": "<string>", "value": "<string>" } ], "occurredAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "type": "<string>", "id": "<string>", "externalId": "<string>", "customFields": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "description": "<string>", "responsibility": "<string>", "category": "<string>", "reserve": 123 } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
the page info
Show child attributes
the sort options
the list of items in the page
the total number of items
the current page
the total number of pages
Was this page helpful?