This route requires Bearer token authentication! You MUST have VIEW_CHANNEL permission for this route.

Request

GET https://localhost:8989/api/channels/{channelID}/attachment?attachmentID={attachmentID}

Path parameters

Parameter name Value Description Additional
channelID string Required
attachmentID string Required

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a File. The attachment requested lol.

Attachment Download Response

Explore this API

channelID
attachmentID
Response Content-Type
Try it out!