Skip to main content
GET
/
email
/
inboxes
/
{inbox_id}
/
threads
/
{id}
/
attachments
/
{attachment_id}
Get a thread attachment
curl --request GET \
  --url https://api.crevio.co/v1/email/inboxes/{inbox_id}/threads/{id}/attachments/{attachment_id} \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

inbox_id
string
required

Inbox id (inbox_…)

id
string
required

Thread id

attachment_id
string
required

Attachment id

Response

Raw file

The response is of type file.