Download Attachment By Id
Return details for upload file
Path
GET /attachments/{attachmentId}
Request Parameters
attachmentId
required
string <uuid>
attachmentId for the file to be downloaded.
Responses
Request Example
{}
Response Example
{
"url": "https://some.domain.example/attachments/d4cd4950-9542-4867-963f-08ddb25bc8ca/e93c36e0-b78e-4268-bd67-f431e3ca3448.jpg?sv=2025-05-05&st=2025-06-23T13%3A43%3A36Z&se=2025-06-24T04%3A14%3A36Z&sr=b&sp=r&sig=ugL0HLheaeO6UW7ruhEPwTReWL9axnMsavqUpeF7xv8%3D"
}