POST
/
v1
/
ticket
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/ticket \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "Ticket Description",
  "priority": "high",
  "subject": "Ticket Subject",
  "type": "incidents"
}'

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-dashboard-user-email
string
Example:

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

Body

application/json