partner/ticket-attachment

You can upload a file and attach it to an existing support tickets via our API. Use the TicketID (obtained from /partner/submit-ticket endpoint) to identify the ticket you want to attach the file to. Here are some rules regarding the document requirements:

  • The maximum allowed file size is 10Mb

  • Files must be sent as base64. Make sure the base64 code is valid (must contain the initial file information. E.g. data:image/jpeg;base64

Form Data
string
required

Your account ID

string
required

API key for the account

string
required

Hashed signature for the request

string
required

Base64 code of the attachment content

string
required

The ID of the ticket

string

The name of the file being attached. It defaults to attachment if the name is not provided.

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json