cURL
curl --request GET \ --url https://api.withflex.com/v1/consumer/letters/{letter_id}/data \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "detail": "<string>" }
Streams the binary data for the given letter
Use a Bearer token to access this API.
Unauthorized