Skip to main content
GET
/
messages
/
{messageId}
/
attachments
cURL
curl -X GET 'https://api.nuntly.com/messages/imsg_01kabn43yqyxn2bx4ve84mczd3/attachments' \
  -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

Response

Successful response.

data
object[]
required