The same page as a spreadsheet

Identical filtering and identical masking. Returns text/csv as a download.

Headers

X-Dhana-Client-IdstringRequired
Issued per environment. Sandbox and production credentials are different values.
X-Dhana-TimestampstringRequiredformat: "^\d{1,15}$"
Unix epoch SECONDS, UTC. Rejected beyond 300 seconds of our clock in either direction.
X-Dhana-NoncestringRequiredformat: "^[A-Za-z0-9_-]{16,64}$"

Unique per request, 16–64 characters of [A-Za-z0-9_-]. Remembered for 600 seconds; a repeat inside that window is rejected as a replay.

X-Dhana-SignaturestringRequiredformat: "^v1=[0-9a-f]{64}$"

v1=<lowercase hex HMAC-SHA256>. See the canonical string in the integration guide.

Response

CSV export.