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
description
string
Example:

"Ticket Description"

priority
string
Example:

"high"

subject
string
Example:

"Ticket Subject"

type
string
Example:

"incidents"