Developer portal
Get attachment URL
Download a signed URL for the attachment binary.
GET
/api/v1/attachments/{id}attachments
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | Path | string | required | Attachment ID. |
Code samples
curl -s -X GET 'https://app.qehsethos.com/api/v1/attachments/rec_01JEXAMPLE' \
-H 'Authorization: Bearer $QEHS_API_KEY' \
-H 'Content-Type: application/json'