Creates a support ticket. department must be one of: support, administration, sales, public_cloud, microsoft_365. Optional product_type, product_name, and product_link add context.
Request
Authorization
Add parameter in header
API-key
Example:
API-key: ********************
Header Params
Body Params application/jsonRequired
Example
{"subject":"Question","message":"Plain text or HTML; unsafe tags removed on send","department":"support"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://mijn.host/api/v2/account/tickets/' \
--header'Accept: application/json' \
--header'User-Agent: my-application/1.0.0' \
--header'API-key: <api-key>' \
--header'Content-Type: application/json' \
--data-raw'{"subject":"Question","message":"Plain text or HTML; unsafe tags removed on send","department":"support"}'