get https://gateway.stage.bill.com/connect/v3/attachments/
Get details about an attachment.
From the response, use downloadLink
in a GET request to download the attachment.
curl '{downloadLink}&sessionId={session_id}' \
--output {attachment_name}
Get details about an attachment.
From the response, use downloadLink
in a GET request to download the attachment.
curl '{downloadLink}&sessionId={session_id}' \
--output {attachment_name}
Try It!
to start a request and see the response here!