Skip to main content
POST
/
v1
/
ticket
/
file
Upload an Attachment
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/ticket/file \
  --header 'Content-Type: multipart/form-data' \
  --form attachment='@example-file'

Documentation Index

Fetch the complete documentation index at: https://docs.solidfi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-dashboard-user-email
string
Example:

"{{sd-dashboard-user-email}}"

Body

multipart/form-data
attachment
file

Response

200 - undefined