Stream a signed export download (token-authenticated)
Exports
Stream a signed export download (token-authenticated)
Public endpoint — the JWT in the path is the authorisation credential. Validates the signature, the exp claim, the sub/aud pair against the row, then streams the CSV file with Content-Disposition: attachment. Tokens expire 10 minutes after minting; a fresh one can be fetched from GET /exports/{id}.
GET
Stream a signed export download (token-authenticated)
Documentation Index
Fetch the complete documentation index at: https://docs.consentfly.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Signed JWT minted by GET /exports/{id}/download
Response
CSV body
The response is of type file.
