Every list endpoint in the RevDesk v1 API returns the same envelope:Documentation Index
Fetch the complete documentation index at: https://docs.revdesk.com/llms.txt
Use this file to discover all available pages before exploring further.
?cursor=<meta.cursor> on the next request to walk to the next page. Cursors are opaque to clients — treat the value as a bag of bytes, don’t parse it.
Example
Limits
limitdefault is 20, max 100.- Cursors are valid for 24 hours from issuance. Requesting an expired cursor returns
400 validation_errorwithfields.cursor. - Ordering is by creation time, newest first for every list endpoint. Use
?order=ascwhere supported to reverse.