GET /dashboard/tickets/attachments/{id}

Get attachment

Downloads an attachment from a ticket reply.

Parameters

NameTypeInDescription
id*
integerpathThe attachment ID

Request

curl -X GET "https://api.royalehosting.net/dashboard/tickets/attachments/{id}" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"