GET
/
attachments
[
  {
    "id": "<string>",
    "name": "<string>",
    "content": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
List of attachments retrieved successfully
id
string

Unique identifier for the attachment

name
string

Name of the attachment

content
string

Content of the attachment, base64 encoded