Last updated 3 months ago
Attachment identifier.
OK
link for download attachments
const response = await fetch('https://api.shiptify.com/galaxy/attachments/{id}/download', { method: 'GET', headers: {}, }); const data = await response.json();
text