Skip to main content
GET
/
api
/
v2
/
integrations
/
kno2
/
{slug}
/
messages
/
{messageId}
/
attachments
/
{attachmentId}
Get Kno2 attachment
curl --request GET \
  --url https://api.example.com/api/v2/integrations/kno2/{slug}/messages/{messageId}/attachments/{attachmentId}
{
  "id": "<string>",
  "fileName": "<string>"
}

Path Parameters

slug
string
required

The slug of the Kno2 connection.

messageId
string
required

The ID of the message.

attachmentId
string
required

The ID of the attachment to retrieve.

Response

Attachment retrieved successfully as a document resource.

Attachment retrieved successfully as a document resource.

id
string
required
fileName
string
required