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.
How to paginate through list endpoints
page
limit
curl -X GET 'https://api.cadanapay.com/v1/persons?page=1&limit=20' \ -H 'Authorization: Bearer YOUR_API_KEY'
1
20
data
meta
{ "data": [ { "id": "7dd569f9-bd54-4fbb-a5c2-f0aaadc68adf", "..." : "..." }, { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "..." : "..." } ], "meta": { "limit": 20, "currentPage": 1, "itemCount": 45, "pages": 3, "skipped": 0 } }
currentPage
itemCount
pages
skipped