Attachments
List Attachments
List all attachments
get/attachments
Query parameters
idsstring[]
If provided, only return attachments matching the given IDs.
If provided, only return attachments matching the given IDs.
[ "att_01h8xg4j3k2m1n0p9q8r7s6t5v" ]
page_sizeinteger
The number of results per page.
The number of results per page.
pageinteger
The page number of the paginated response.
Example:1
The page number of the paginated response.
Response
OK
Example response
{
"results": [
{
"name": "newsletter-guide.pdf",
"file": "https://buttondown.s3.amazonaws.com/attachments/newsletter-guide.pdf",
"size": 1000
}
]
}