GET
/
silo
/
v1
/
entries
/
{entry_id}
/
attachments
/
{id}
curl --request GET \
  --url https://api.invopop.com/silo/v1/entries/{entry_id}/attachments/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Path Parameters

id
string
required

UUID of the attachment to fetch.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

entry_id
string
required

UUID of the silo entry.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

Response

200

Contains the attachment data.