v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Attachments

Retrieve Attachment

Retrieve an attachment

get/attachments/{id}

Path parameters

idstring required

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

namestring required

The name of the attachment.

filestring required

The URL of the attachment file.

sizeinteger required

The size of the attachment in bytes.

Example response

{
  "name": "newsletter-guide.pdf",
  "file": "https://buttondown.s3.amazonaws.com/attachments/newsletter-guide.pdf",
  "size": 1000
}