Skip to main content
GET
/
messages
/
{messageId}
/
attachments
/
{attachmentId}
cURL
curl -X GET 'https://api.nuntly.com/messages/imsg_01kabn43yqyxn2bx4ve84mczd3/attachments/iatt_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>",
    "filename": "<string>",
    "contentType": "<string>",
    "size": 123,
    "contentDisposition": "<string>",
    "contentId": "<string>",
    "downloadUrl": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

messageId
string
required
attachmentId
string
required

Response

Successful response.

data
object
required